From: Kern Sibbald Date: Sat, 13 Mar 2004 09:32:46 +0000 (+0000) Subject: Fix bad #endif X-Git-Tag: Release-7.0.0~9627 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a5bef4898aca7fea617f2c5eb5ef71fab3b7a0e3;p=bacula%2Fbacula Fix bad #endif git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1131 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/ua_output.c b/bacula/src/dird/ua_output.c index ffebf59e9a..e2f402592b 100644 --- a/bacula/src/dird/ua_output.c +++ b/bacula/src/dird/ua_output.c @@ -516,7 +516,7 @@ RUN *find_next_run(RUN *run, JOB *job, time_t &runtime) Dmsg1(000, "bit_set_month=%d\n", bit_is_set(month, run->month)); Dmsg1(000, "bit_set_wom=%d\n", bit_is_set(wom, run->wom)); Dmsg1(000, "bit_set_woy=%d\n", bit_is_set(woy, run->woy)); -#endif xxx +#endif if (tod) { /* Jobs scheduled today (next 24 hours) */ #ifdef xxx char buf[300], num[10];