From dccc110fdf40afd7b24122dd865edb4245283baa Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 7 Nov 2008 13:13:09 +0000 Subject: [PATCH] ebl Fix compilation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8007 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/plugins/fd/bpipe-fd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/src/plugins/fd/bpipe-fd.c b/bacula/src/plugins/fd/bpipe-fd.c index 4c49430665..abc374a959 100644 --- a/bacula/src/plugins/fd/bpipe-fd.c +++ b/bacula/src/plugins/fd/bpipe-fd.c @@ -273,6 +273,7 @@ static bRC handlePluginEvent(bpContext *ctx, bEvent *event, void *value) default: // printf("bpipe-fd: unknown event=%d\n", event->eventType); + break; } return bRC_OK; } -- 2.39.5