summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ipif/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipif/service.c b/ipif/service.c
index 7821a46..5190151 100644
--- a/ipif/service.c
+++ b/ipif/service.c
@@ -338,7 +338,7 @@ static char *eat_optionalstr(const char **argp,
*argp= comma + 1;
} else {
len= strlen(start);
- *argp= start + len;
+ *argp= 0;
}
}
if (!len) {