]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bsock.c
Fix get_basename() -- rewrite
[bacula/bacula] / bacula / src / lib / bsock.c
index 4a0e8be6bd4739e8e4da8230ffef22487a0409ac..2fee52365d241c5d34ca60419830af5e984f5e84 100644 (file)
@@ -1042,7 +1042,7 @@ bool BSOCK::authenticate_director(const char *name, const char *password,
       return false;
    }
 
-  dir->stop_timer();
+   dir->stop_timer();
    Dmsg1(10, "<dird: %s", dir->msg);
    if (strncmp(dir->msg, OKhello, sizeof(OKhello)-1) != 0) {
       bsnprintf(response, response_len, _("Director at \"%s:%d\" rejected Hello command\n"),