From 4878ffec2092f63bbfa6defd30b9c4ada91a60fb Mon Sep 17 00:00:00 2001 From: Carsten Leonhardt Date: Sun, 16 Jun 2019 15:29:46 +0200 Subject: [PATCH] Fix comment --- bacula/src/stored/wait.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3