From: Kern Sibbald Date: Sat, 21 Nov 2015 18:05:20 +0000 (-0800) Subject: #ifdef out bpluginfo since it does not compile X-Git-Tag: Release-7.4.0~176 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64aa718e6c0cdc51506b890d11994134f889d5f2;p=bacula%2Fbacula #ifdef out bpluginfo since it does not compile --- diff --git a/bacula/src/tools/bpluginfo.c b/bacula/src/tools/bpluginfo.c index 1655bd5bca..15318f17e5 100644 --- a/bacula/src/tools/bpluginfo.c +++ b/bacula/src/tools/bpluginfo.c @@ -25,6 +25,8 @@ Bacula® is a registered trademark of Kern Sibbald. */ +#ifdef working /* currently will not compile KES 21 Nov 2015 */ + #include #include #include @@ -623,3 +625,5 @@ int main(int argc, char *argv[]) return 0; } + +#endif /* working */