mirror of
https://gitlab.com/niansa/nosni.git
synced 2025-03-06 20:53:26 +01:00
Report result of original function
This commit is contained in:
parent
b498b44976
commit
67d51a4d8b
1 changed files with 1 additions and 4 deletions
5
nss.c
5
nss.c
|
@ -36,8 +36,5 @@ SECStatus SSL_SetURL(PRFileDesc *fd, const char *url) {
|
||||||
if (!url) return SECFailure;
|
if (!url) return SECFailure;
|
||||||
|
|
||||||
// Call origin function
|
// Call origin function
|
||||||
orig(fd, url);
|
return orig(fd, url);;
|
||||||
|
|
||||||
// Report success
|
|
||||||
return SECSuccess;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue