aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/server.c b/server.c
index e172f17e..8b635c26 100644
--- a/server.c
+++ b/server.c
@@ -1,4 +1,4 @@
-/* $Id: server.c,v 1.137 2009-04-16 10:59:59 nicm Exp $ */
+/* $Id: server.c,v 1.138 2009-04-30 20:54:53 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -163,6 +163,7 @@ server_start(char *path)
ARRAY_INIT(&clients);
ARRAY_INIT(&sessions);
key_bindings_init();
+ utf8_build();
server_locked = 0;
server_password = NULL;