]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/fd_cmds.c
Fix typo
[bacula/bacula] / bacula / src / dird / fd_cmds.c
index 25c3b9cf05cd69baec265316a44498ebafba22a3..3f7be74d69aa35e71849d324043f33e9dde17fee 100644 (file)
@@ -184,6 +184,8 @@ int send_level_command(JCR *jcr)
    case L_BASE:
       bnet_fsend(fd, levelcmd, "base", " ", 0);
       break;
+   /* L_NONE is the console, sending something off to the FD */
+   case L_NONE:
    case L_FULL:
       bnet_fsend(fd, levelcmd, "full", " ", 0);
       break;