diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-11-11 20:12:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-11-11 20:12:12 +0000 |
commit | 881d6102cf1f7bc6b54ab395c5e4addbfe1ed34c (patch) | |
tree | 98617f56954a85a51ba71575934434e44184d08e | |
parent | 8eb20e0aad7412468975b2c9ce7e374ea3084e42 (diff) |
main: return after processing -d switch
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -346,6 +346,7 @@ int main(int argc, char **argv) } printf("%s", port); + return 0; break; /* basic auth realm */ |