Parent Directory
|
Revision Log
|
Patch
revision 7558 by michael, Fri Jan 1 16:08:57 2016 UTC | revision 7559 by michael, Sun May 15 13:49:21 2016 UTC | |
---|---|---|
# | Line 509 scanner_target_string: TARGET_STRING '=' | Line 509 scanner_target_string: TARGET_STRING '=' |
509 | struct ScannerConf *item = tmp; | struct ScannerConf *item = tmp; |
510 | node_t *node; | node_t *node; |
511 | ||
512 | node = node_create($3); | node = node_create(xstrdup($3)); |
513 | ||
514 | if (item->target_string_created == 0) | if (item->target_string_created == 0) |
515 | { | { |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |