mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
fix: do not fail external with "0.0.0.0" with NOIPV6 (lite version)
This commit is contained in:
parent
d9e118e754
commit
6010190940
@ -287,7 +287,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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user