mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-10 14:16:02 +00:00
find_pinhole() return -2 if not found
This commit is contained in:
parent
f16b291cfa
commit
6f8951d40d
@ -291,7 +291,7 @@ find_pinhole(const char * ifname,
|
||||
return (int)p->uid;
|
||||
}
|
||||
}
|
||||
return -1; /* not found */
|
||||
return -2; /* not found */
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user