summaryrefslogtreecommitdiff
path: root/lib/ZMkAuth.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-10-02 04:37:45 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-10-02 04:37:45 +0000
commitb8ab8a40bbbbc2b85dc36d05e0f73590f398963a (patch)
tree53d3ddc0b3446994fc6aea15ad89bce76517eddc /lib/ZMkAuth.c
parentb429e686294d01cbe846ef386149ef55c6fdb913 (diff)
Need to set z_ascii_authent for Z_FormatRawHeader.
Diffstat (limited to 'lib/ZMkAuth.c')
-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
}