diff mbox

[ovs-dev] Windows: Fix compilation error in lib/daemon.h

Message ID 1467249736-10136-1-git-send-email-vsairam@vmware.com
State Superseded
Headers show

Commit Message

Sairam Venugopal June 30, 2016, 1:22 a.m. UTC
Windows builds have been broken in appveyor. This was introduced as part
of the commit id: 81d2f75cfc760b0c5ba0c2d5a4c4b2b0f3854740

Signed-off-by: Sairam Venugopal <vsairam@vmware.com>
---
 lib/daemon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/lib/daemon.h b/lib/daemon.h
index b035055..bfa0640 100644
--- a/lib/daemon.h
+++ b/lib/daemon.h
@@ -102,7 +102,7 @@  pid_t read_pidfile(const char *name);
 
 #define DAEMON_LONG_OPTIONS                                               \
         {"detach",             no_argument, NULL, OPT_DETACH},            \
-        {"no-self-confinement" no_argument, NULL, OPT_NO_SELF_CONFINEMENT}, \
+        {"no-self-confinement", no_argument, NULL, OPT_NO_SELF_CONFINEMENT}, \
         {"no-chdir",           no_argument, NULL, OPT_NO_CHDIR},          \
         {"pidfile",            optional_argument, NULL, OPT_PIDFILE},     \
         {"pipe-handle",        required_argument, NULL, OPT_PIPE_HANDLE}, \