From aa50f20e809fa038eb6e288d811b9d31b6509bea Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 11 Jan 2012 19:18:42 +0100 Subject: [PATCH] Tweak fix indent --- bacula/src/lib/bsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/lib/bsock.c b/bacula/src/lib/bsock.c index 4a0e8be6bd..2fee52365d 100644 --- a/bacula/src/lib/bsock.c +++ b/bacula/src/lib/bsock.c @@ -1042,7 +1042,7 @@ bool BSOCK::authenticate_director(const char *name, const char *password, return false; } - dir->stop_timer(); + dir->stop_timer(); Dmsg1(10, "msg); if (strncmp(dir->msg, OKhello, sizeof(OKhello)-1) != 0) { bsnprintf(response, response_len, _("Director at \"%s:%d\" rejected Hello command\n"), -- 2.39.2