Index: net/third_party/nss/ssl/sslsock.c |
=================================================================== |
--- net/third_party/nss/ssl/sslsock.c (revision 107789) |
+++ net/third_party/nss/ssl/sslsock.c (working copy) |
@@ -1326,6 +1326,7 @@ |
ss->nextProtoCallback = callback; |
ss->nextProtoArg = arg; |
ssl_ReleaseSSL3HandshakeLock(ss); |
+ return SECSuccess; |
Ryan Sleevi
2011/10/28 22:47:01
Leaked from agl's CL?
|
} |
/* NextProtoStandardCallback is set as an NPN callback for the case when the |