diff options
Diffstat (limited to 'src/core/ns_ghost.c')
-rw-r--r-- | src/core/ns_ghost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ns_ghost.c b/src/core/ns_ghost.c index 5a0da7a3a..91bfb825f 100644 --- a/src/core/ns_ghost.c +++ b/src/core/ns_ghost.c @@ -108,4 +108,4 @@ int do_ghost(User * u) return MOD_CONT; } -MODULE_INIT(NSGhost) +MODULE_INIT("ns_ghost", NSGhost) |