]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/message.c
kes Fix FD->SD authorization failure, which was due to spurious
[bacula/bacula] / bacula / src / lib / message.c
index 8cccb87339104c318b753925a384e72b5e7ab5e6..1ce1f85fc6545e82bc4b1f4aa64b0256be9905e5 100644 (file)
@@ -600,7 +600,7 @@ void dispatch_message(JCR *jcr, int type, time_t mtime, char *msg)
     int len, dtlen;
     MSGS *msgs;
     BPIPE *bpipe;
-    char *mode;
+    const char *mode;
 
     Dmsg2(850, "Enter dispatch_msg type=%d msg=%s", type, msg);