From 0cfb376070a4bef7b4168a9795e025437e1be79f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 21 Oct 2012 11:25:08 -0400 Subject: fix clang warnings reported by Tuncer Ayaz R=rsc http://codereview.appspot.com/6744054 --- src/cmd/auth/factotum/chap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/auth/factotum/chap.c') 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; -- cgit v1.2.3