Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Merge branch 'fix/getcgivars-function-produces-incorrect-results-5276…
Browse files Browse the repository at this point in the history
…' into next

fixes: #5276
  • Loading branch information
bb-Ricardo committed Jan 3, 2014
2 parents 185e1be + 3549874 commit aca76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi/cmd.c
Expand Up @@ -455,7 +455,7 @@ int process_cgivars(void) {
}

/* we found the attr */
else if (!strcmp(value, "interval")) {
else if (!strcmp(key, "interval")) {
if (value == NULL) {
error = TRUE;
break;
Expand Down

0 comments on commit aca76cf

Please sign in to comment.