From b8ab8a40bbbbc2b85dc36d05e0f73590f398963a Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 2 Oct 1989 04:37:45 +0000 Subject: Need to set z_ascii_authent for Z_FormatRawHeader. --- lib/ZMkAuth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ZMkAuth.c') 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 } -- cgit v1.2.3