summaryrefslogtreecommitdiff
path: root/client_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'client_network.c')
-rw-r--r--client_network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client_network.c b/client_network.c
index e2a7c24..e6df67b 100644
--- a/client_network.c
+++ b/client_network.c
@@ -128,6 +128,7 @@ int add_local_client(struct string uid, struct string nick_arg, struct string vh
.ident = ident,
.ip = ip,
.realname = realname,
+ .opertype = {.data = malloc(0), .len = 0},
.metadata = {.array = malloc(0), .len = 0},
};