]> 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)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:58 +0000 (16:53 +0200)
bacula/src/filed/fd_plugins.c

index 044901c748d67c4e8e5cf86a7b35b763ce2a00e3..3b372c9b172361fda55d45acffa351d0d6af485d 100644 (file)
@@ -1278,7 +1278,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;
 }