[pubcookie-dev] CVS update: dors;
webiso/pubcookie/src keyserver.c,2.65,2.66
dors at cac.washington.edu
dors at cac.washington.edu
Tue Jun 6 15:35:17 PDT 2006
Update of /usr/local/cvsroot/webiso/pubcookie/src
In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv19768
Modified Files:
keyserver.c
Log Message:
fix SSL3_GET_RECORD errors - redundant login_servers (submitted by mrevil)
Index: webiso/pubcookie/src/keyserver.c
diff -u webiso/pubcookie/src/keyserver.c:2.65 webiso/pubcookie/src/keyserver.c:2.66
--- webiso/pubcookie/src/keyserver.c:2.65 Wed Feb 22 16:46:33 2006
+++ webiso/pubcookie/src/keyserver.c Tue Jun 6 15:35:15 2006
@@ -18,7 +18,7 @@
/** @file keyserver.c
* Server side of key management structure
*
- * $Id: keyserver.c,v 2.65 2006/02/23 00:46:33 willey Exp $
+ * $Id: keyserver.c,v 2.66 2006/06/06 22:35:15 dors Exp $
*/
@@ -245,6 +245,9 @@
const char *keyclient = KEYCLIENT;
const char *cmd[20];
int n = 0;
+ close(0);
+ close(1);
+ close(2);
cmd[n++] = keyclient;
cmd[n++] = "-q";
if (crt) {
end of message
More information about the pubcookie-dev
mailing list