summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-11-11 20:12:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-11-11 20:12:12 +0000
commit881d6102cf1f7bc6b54ab395c5e4addbfe1ed34c (patch)
tree98617f56954a85a51ba71575934434e44184d08e
parent8eb20e0aad7412468975b2c9ce7e374ea3084e42 (diff)
main: return after processing -d switch
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8dc352e..e53a311 100644
--- a/main.c
+++ b/main.c
@@ -346,6 +346,7 @@ int main(int argc, char **argv)
}
printf("%s", port);
+ return 0;
break;
/* basic auth realm */