From 6215d0ea7f8ea2090bc4c2d7080d5b507d053d15 Mon Sep 17 00:00:00 2001 From: "nelsonb%netscape.com" Date: Thu, 27 Mar 2003 03:07:47 +0000 Subject: [PATCH] Add missing return statement. --- security/nss/lib/ssl/sslsnce.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/nss/lib/ssl/sslsnce.c b/security/nss/lib/ssl/sslsnce.c index a7158ee9463..37a8d41cd74 100644 --- a/security/nss/lib/ssl/sslsnce.c +++ b/security/nss/lib/ssl/sslsnce.c @@ -32,7 +32,7 @@ * may use your version of this file under either the MPL or the * GPL. * - * $Id: sslsnce.c,v 1.24 2003-03-26 00:31:13 wtc%netscape.com Exp $ + * $Id: sslsnce.c,v 1.25 2003-03-27 03:07:47 nelsonb%netscape.com Exp $ */ /* Note: ssl_FreeSID() in sslnonce.c gets used for both client and server @@ -1164,6 +1164,7 @@ SSL_ShutdownServerSessionIDCacheInstance(cacheDesc *cache) /* if single process, close down, clean up. ** if multi-process, TBD. */ + return SECSuccess; } SECStatus