Skip to content

Commit db3a267

Browse files
authored
Merge pull request #258 from jajik/remove_duplicite_assert
Remove duplicate assert
2 parents c2b8428 + 2dc4c13 commit db3a267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

native/mod_manager/mod_manager.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,6 @@ static char *process_config(request_rec *r, char **ptr, int *errtype)
14161416
}
14171417
removed = id; /* we save the id of the worknode in case insert/update fails */
14181418
}
1419-
ap_assert(the_conf);
14201419
}
14211420
clean = 0;
14221421
ap_assert(worker->s->port != 0);

0 commit comments

Comments
 (0)