]> git.sur5r.net Git - bacula/bacula/commitdiff
kes Fix %g in filename returned by SQL for browse tree reported by
authorKern Sibbald <kern@sibbald.com>
Tue, 31 Jul 2007 18:18:59 +0000 (18:18 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 31 Jul 2007 18:18:59 +0000 (18:18 +0000)
     Dirk.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5271 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_dotcmds.c
bacula/technotes-2.1

index 6d6f81a40d8255eae29c4aa7018fdbd76aa0e2a2..6dbc8e4aa0b524e5f7502429f325b75120aad9ff 100644 (file)
@@ -474,7 +474,7 @@ static int sql_handler(void *ctx, int num_field, char **row)
       }
       pm_strcat(rows, "\t");
    }
-   ua->send_msg(rows.c_str());
+   ua->send_msg("%s", rows.c_str());
    return 0;
 }
 
index 39979af2ffa0290e0fd52ed79c65811bcae83cb3..89cd8d4e1459ececdaf380aa27c2a7f66933c896 100644 (file)
@@ -2,6 +2,8 @@
 
 General:
 31Jul07
+kes  Fix %g in filename returned by SQL for browse tree reported by
+     Dirk.
 kes  Fix configure so that it puts config.out in the cwd rather than
      in src/qt-console
 kes  Attempt to fix the locking problem reported by Eric in bug #906.