find_pinhole() return -2 if not found

This commit is contained in:
Thomas Bernard 2016-01-19 10:52:36 +01:00
parent f16b291cfa
commit 6f8951d40d
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ find_pinhole(const char * ifname,
return (int)p->uid;
}
}
return -1; /* not found */
return -2; /* not found */
}
int