From 5b4eac51daaf01aad50d281c81ccb1de623b60b3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 11 Jul 2010 14:40:33 +0200 Subject: [PATCH] Tweak fix compile problems due to new .exit command --- bacula/src/filed/job.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.39.5