summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ZMkAuth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ZMkAuth.c b/lib/ZMkAuth.c
index 65c9209..94c1f62 100644
--- a/lib/ZMkAuth.c
+++ b/lib/ZMkAuth.c
@@ -56,6 +56,7 @@ Code_t ZMakeAuthentication(notice, buffer, buffer_len, len)
#else
notice->z_auth = 1;
notice->z_authent_len = 0;
+ notice->z_ascii_authent = "";
return (Z_FormatRawHeader(notice, buffer, buffer_len, len, (char **) 0));
#endif
}