aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.c b/irc.c
index 32dadb7c..782a63dc 100644
--- a/irc.c
+++ b/irc.c
@@ -1158,7 +1158,7 @@ void irc_motd( irc_t *irc )
}
}
irc_reply( irc, 376, ":End of MOTD" );
- closesocket( fd );
+ close( fd );
}
}