From 532128ff123b1b5284404d1d2450a4fdaffc9a14 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 23 Nov 1996 18:12:32 +0000 Subject: [PATCH] Initialize `challengep' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1066 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/otp_challenge.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/otp/otp_challenge.c b/lib/otp/otp_challenge.c index dac185e26..540db084a 100644 --- a/lib/otp/otp_challenge.c +++ b/lib/otp/otp_challenge.c @@ -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) {