]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak fix compile problems due to new .exit command
authorKern Sibbald <kern@sibbald.com>
Sun, 11 Jul 2010 12:40:33 +0000 (14:40 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:58 +0000 (16:53 +0200)
bacula/src/filed/job.c

index 9059314a7ae995a6b79d48aee542bbada5f7c906..1b045a05c3b310fb44929bced3b5602a73981056 100644 (file)
@@ -92,7 +92,9 @@ static int restore_object_cmd(JCR *jcr);
 static int set_options(findFOPTS *fo, const char *opts);
 static void set_storage_auth_key(JCR *jcr, char *key);
 static int sm_dump_cmd(JCR *jcr);
+#ifdef DEVELOPER
 static int exit_cmd(JCR *jcr);
+#endif
 
 /* Exported functions */