summaryrefslogtreecommitdiff
path: root/server/dispatch.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-06-24 18:55:57 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-06-24 18:55:57 +0000
commitb2ac6af8efc45e7de6ca479535b0d8c650180d16 (patch)
tree36c5819074bd4210e302707028025ad494152092 /server/dispatch.c
parenta5a5d1f988f59679ad3d6ea6c2a95daaceb08412 (diff)
missing initialization of packlet
Diffstat (limited to 'server/dispatch.c')
-rw-r--r--server/dispatch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/dispatch.c b/server/dispatch.c
index e42258c..bca179b 100644
--- a/server/dispatch.c
+++ b/server/dispatch.c
@@ -408,6 +408,8 @@ ZClient_t *client;
return; /* DON'T put on nack list */
}
+ packlen = sizeof(ZPacket_t);
+
if (auth && client) { /*
we are distributing authentic and
we have a pointer to auth info