From: Graham Leggett Date: Tue, 25 Oct 2011 22:10:04 +0000 (+0000) Subject: Remove spurious parsing of the cipher parameter. X-Git-Tag: 2.3.15~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1211292e7fa9c4466a47bd455e7fcbf055e1a0e4;p=thirdparty%2Fapache%2Fhttpd.git Remove spurious parsing of the cipher parameter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188945 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/session/mod_session_crypto.c b/modules/session/mod_session_crypto.c index 13a000ce4f7..a64582fed24 100644 --- a/modules/session/mod_session_crypto.c +++ b/modules/session/mod_session_crypto.c @@ -556,7 +556,6 @@ static const char *set_crypto_cipher(cmd_parms * cmd, void *config, const char * { session_crypto_dir_conf *dconf = (session_crypto_dir_conf *) config; - dconf->cipher = ap_getword_conf(cmd->pool, &cipher); dconf->cipher = cipher; dconf->cipher_set = 1;