]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix comment
authorCarsten Leonhardt <leo@debian.org>
Sun, 16 Jun 2019 13:29:46 +0000 (15:29 +0200)
committerRadosław Korzeniewski <radekk@inteos.pl>
Sat, 14 Dec 2019 14:56:46 +0000 (15:56 +0100)
bacula/src/stored/wait.c

index d3cd58e3eb0915ab9ebace7cb7380e231ead311c..05bec7699c5b42f8297712d03921d4d90916930b 100644 (file)
@@ -108,8 +108,8 @@ int wait_for_sysop(DCR *dcr)
          if (now - last_heartbeat >= me->heartbeat_interval) {
             /* Send Heartbeats
                Note when sd_client is set, the SD is acting as an FD,
-                bug the SD has code to receive heartbeats, so we skip
-                sending them.
+               but the SD has no code to receive heartbeats, so we
+               skip sending them.
             */
             if (jcr->file_bsock && !(jcr->is_JobType(JT_BACKUP) && jcr->sd_client)) {
                jcr->file_bsock->signal(BNET_HEARTBEAT);