]> granicus.if.org Git - apache/commitdiff
Remove spurious parsing of the cipher parameter.
authorGraham Leggett <minfrin@apache.org>
Tue, 25 Oct 2011 22:10:04 +0000 (22:10 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 25 Oct 2011 22:10:04 +0000 (22:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188945 13f79535-47bb-0310-9956-ffa450edef68

modules/session/mod_session_crypto.c

index 13a000ce4f720c0d7acfdc538855688327c7dc69..a64582fed246b0ce4f89ee1385ead9c2b3521f9e 100644 (file)
@@ -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;