| # | Line 474 | Line 474 | modules_module: MODULE '=' QSTRING ';' | |
|---|---|---|
| 474 | { | |
| 475 | #ifndef STATIC_MODULES /* NOOP in the static case */ | |
| 476 | if (conf_parser_ctx.pass == 2) | |
| 477 | < | { |
| 478 | < | char *m_bn; |
| 479 | < | |
| 480 | < | m_bn = basename(yylval.string); |
| 481 | < | |
| 482 | < | /* I suppose we should just ignore it if it is already loaded(since |
| 483 | < | * otherwise we would flood the opers on rehash) -A1kmm. |
| 484 | < | */ |
| 485 | < | add_conf_module(yylval.string); |
| 486 | < | } |
| 477 | > | add_conf_module(libio_basename(yylval.string)); |
| 478 | #endif | |
| 479 | }; | |
| 480 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |