diff options
Diffstat (limited to 'src/cmd/auth/factotum/chap.c')
-rw-r--r-- | src/cmd/auth/factotum/chap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/auth/factotum/chap.c b/src/cmd/auth/factotum/chap.c index b27f64a7..fa44db96 100644 --- a/src/cmd/auth/factotum/chap.c +++ b/src/cmd/auth/factotum/chap.c @@ -122,6 +122,7 @@ chapclient(Conv *c) chal = nil; k = nil; attr = c->attr; + res = nil; if(c->proto == &chap){ astype = AuthChap; |