]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/status.c
kes Fix FD->SD authorization failure, which was due to spurious
[bacula/bacula] / bacula / src / filed / status.c
index c3c2da632d4e2c3854f06c67b55a17871f1c89ed..afff50db84270404c433a4da9843b33b87c149db 100644 (file)
@@ -143,7 +143,7 @@ void output_status(void sendit(const char *msg, int len, void *sarg), void *arg)
    Dmsg0(1000, "Begin status jcr loop.\n");
    len = Mmsg(msg, _("\nRunning Jobs:\n"));
    sendit(msg.c_str(), len, arg);
-   char *vss = "";
+   const char *vss = "";
 #ifdef WIN32_VSS
    if (g_pVSSClient && g_pVSSClient->IsInitialized()) {
       vss = "VSS ";