[ovs-dev] [PATCH] daemon.h: Fix a compilation error.

Gurucharan Shetty shettyg at nicira.com
Thu Oct 1 15:33:30 UTC 2015


Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 lib/daemon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/daemon.h b/lib/daemon.h
index cb663ca..a1d8300 100644
--- a/lib/daemon.h
+++ b/lib/daemon.h
@@ -91,7 +91,7 @@ pid_t read_pidfile(const char *name);
     OPT_PIPE_HANDLE,                           \
     OPT_SERVICE,                               \
     OPT_SERVICE_MONITOR                        \
-    OPT_USER_GROUP                             \
+    OPT_USER_GROUP
 
 #define DAEMON_LONG_OPTIONS                                               \
         {"detach",             no_argument, NULL, OPT_DETACH},            \
-- 
1.9.1




More information about the dev mailing list