summaryrefslogtreecommitdiff
path: root/src/core/cs_status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_status.c')
-rw-r--r--src/core/cs_status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_status.c b/src/core/cs_status.c
index a8a847ff1..f44da2da0 100644
--- a/src/core/cs_status.c
+++ b/src/core/cs_status.c
@@ -73,7 +73,7 @@ int do_status(User * u)
ChannelInfo *ci;
User *u2;
char *nick, *chan;
- char *temp;
+ char *temp = NULL;
chan = strtok(NULL, " ");
nick = strtok(NULL, " ");