]> git.puffer.fish Git - matthieu/frr.git/commitdiff
watchfrr: Remove the HAVE_CUMULUS around the watchfrr.started file. It's always useful
authorMartin Winter <mwinter@opensourcerouting.org>
Sat, 15 Apr 2017 09:00:15 +0000 (02:00 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Sat, 15 Apr 2017 09:00:15 +0000 (02:00 -0700)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
watchfrr/watchfrr.c

index 83f00252c8bf6b81cdc0ee37c372759c1d00a8ee..f6aa7eeab8c8f9f92bc607cd0ba5100961f0250d 100644 (file)
@@ -703,12 +703,10 @@ daemon_send_ready (void)
   static int sent = 0;
   if (!sent && gs.numdown == 0)
     {
-#if defined (HAVE_CUMULUS)
       FILE *fp;
 
       fp = fopen(DAEMON_VTY_DIR "/watchfrr.started", "w");
       fclose(fp);
-#endif
       zlog_notice ("Watchfrr: Notifying Systemd we are up and running");
       systemd_send_started(master, 0);
       sent = 1;