fix: do not fail external with "0.0.0.0" with NOIPV6 (lite version)

This commit is contained in:
z3APA3A 2017-07-19 19:23:55 +03:00
parent d9e118e754
commit 6010190940

View File

@ -287,7 +287,6 @@ static int h_external(int argc, unsigned char ** argv){
else conf.extsa6 = sa6;
#else
res = getip46(46, argv[1], (struct sockaddr *)&conf.extsa);
if(!res) return 1;
#endif
return 0;
}