fix arg name with double dot in SecUpdateTargetById

This commit is contained in:
brenosilva
2011-12-05 15:41:54 +00:00
parent f47fb8ebfc
commit 1daafed727

View File

@@ -113,9 +113,6 @@ char *update_rule_target(cmd_parms *cmd, directory_config *dcfg,
if(opt != NULL) {
name = apr_strtok(param,":",&value);
if(strchr(value,':') != NULL) {
goto end;
}
} else {
name = param;
}
@@ -192,9 +189,6 @@ char *update_rule_target(cmd_parms *cmd, directory_config *dcfg,
if(opt != NULL) {
name = apr_strtok(param,":",&value);
if(strchr(value,':') != NULL) {
goto end;
}
} else {
name = param;
}