projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0a3edd
)
Missing USE_KAFEL defines
author
Robert Swiecki
<robert@swiecki.net>
Mon, 17 Oct 2016 16:09:05 +0000
(18:09 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 17 Oct 2016 16:09:05 +0000
(18:09 +0200)
cmdline.c
patch
|
blob
|
history
diff --git
a/cmdline.c
b/cmdline.c
index 0a2ad4e7aa56e0e96cc5aa5ede9318f928645a9e..d2fc07e2db73c29cffa6ae5a81501281e2e27d93 100644
(file)
--- a/
cmdline.c
+++ b/
cmdline.c
@@
-315,8
+315,10
@@
bool cmdlineParse(int argc, char *argv[], struct nsjconf_t * nsjconf)
.iface_vs_ip = "0.0.0.0",
.iface_vs_nm = "255.255.255.0",
.iface_vs_gw = "0.0.0.0",
+#if USE_KAFEL
.kafel_file = NULL,
.kafel_string = NULL,
+#endif /* USE_KAFEL */
};
/* *INDENT-OFF* */