From: Carsten Leonhardt Date: Sun, 16 Jun 2019 13:29:46 +0000 (+0200) Subject: Fix comment X-Git-Tag: Release-9.6.0~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4878ffec2092f63bbfa6defd30b9c4ada91a60fb;p=thirdparty%2Fbacula.git Fix comment --- diff --git a/bacula/src/stored/wait.c b/bacula/src/stored/wait.c index d3cd58e3e..05bec7699 100644 --- a/bacula/src/stored/wait.c +++ b/bacula/src/stored/wait.c @@ -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);