From: Kern Sibbald Date: Sun, 11 Jul 2010 12:40:33 +0000 (+0200) Subject: Tweak fix compile problems due to new .exit command X-Git-Tag: Release-7.0.0~1681 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=761145bfd331c66bf790b642936a32f2782e4422;p=bacula%2Fbacula Tweak fix compile problems due to new .exit command --- diff --git a/bacula/src/filed/job.c b/bacula/src/filed/job.c index 9059314a7a..1b045a05c3 100644 --- a/bacula/src/filed/job.c +++ b/bacula/src/filed/job.c @@ -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 */