]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak add sm_dump comments in debug code
authorKern Sibbald <kern@sibbald.com>
Tue, 20 Jul 2010 17:15:33 +0000 (19:15 +0200)
committerKern Sibbald <kern@sibbald.com>
Thu, 22 Jul 2010 13:46:10 +0000 (15:46 +0200)
bacula/src/filed/fd_plugins.c

index d846e74604898aac090b5bce2aed5929fab4d189..658ffa3bff65246410beac9b14cd68dbfb86ff40 100644 (file)
@@ -1056,7 +1056,7 @@ int main(int argc, char *argv[])
 
    Dmsg0(dbglvl, "bacula: OK ...\n");
    close_memory_pool();
-   sm_dump(false);
+   sm_dump(false);     /* unit test */
    return 0;
 }