Initialize `challengep'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1066 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-23 18:12:32 +00:00
parent 5c884ad4c1
commit 532128ff12

View File

@@ -49,6 +49,7 @@ otp_challenge (OtpContext *ctx, char *user, char *str, size_t len)
void *dbm;
int ret;
ctx->challengep = 0;
ctx->user = strdup(user);
dbm = otp_db_open ();
if (dbm == NULL) {