From 786674f029a6f650c55461d84f93be7c462085e8 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 14 Jan 2013 20:31:55 +0000 Subject: - Forward-port -r1744 [conf_parser.y: fixed fd leak with rsa public keys] git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1745 82007160-df01-0410-b94d-b575c5fd34c7 --- src/conf_parser.y | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/conf_parser.y b/src/conf_parser.y index ef987fe..03f38f2 100644 --- a/src/conf_parser.y +++ b/src/conf_parser.y @@ -965,10 +965,7 @@ oper_entry: OPERATOR } if ((pkey = PEM_read_bio_RSA_PUBKEY(file, NULL, 0, NULL)) == NULL) - { yyerror("Ignoring rsa_public_key_file -- Key invalid; check key syntax."); - break; - } conf->rsa_public_key = pkey; BIO_set_close(file, BIO_CLOSE); -- cgit