diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-26 17:02:09 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-05-26 17:02:09 +0200 |
commit | 1cda4f348372a755d99b291e6f4f9973a949f441 (patch) | |
tree | b5d988af92addd04a3fb3c9f2b4c30cb02d95cc1 /irc_commands.c | |
parent | eecccf1230639dc883c5687b442a89df89040ae2 (diff) |
Fix some unresolved symbols.
Diffstat (limited to 'irc_commands.c')
-rw-r--r-- | irc_commands.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc_commands.c b/irc_commands.c index fe67a534..b33601be 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -543,7 +543,9 @@ static void irc_cmd_rehash( irc_t *irc, char **cmd ) else ipc_to_master( cmd ); +#ifndef _WIN32 irc_reply( irc, 382, "%s :Rehashing", CONF_FILE ); +#endif } static const command_t irc_commands[] = { |