Fix sockets option parsing

This commit is contained in:
z3APA3A 2018-05-25 18:19:19 +03:00
parent 46be58ab1d
commit 68823c2921

View File

@ -431,6 +431,7 @@ int MODULEMAINFUNC (int argc, char** argv){
default: default:
error = 1; error = 1;
} }
if(!error) break;
default: default:
error = 1; error = 1;
break; break;