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 c0bb608acc
commit 6a54b37181

View File

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