ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/src/conf_parser.y
(Generate patch)

Comparing ircd-hybrid-7.2/src/ircd_parser.y (file contents):
Revision 967 by michael, Sun Aug 2 18:05:28 2009 UTC vs.
Revision 978 by michael, Sun Aug 9 09:47:58 2009 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)