silence warning

This commit is contained in:
rsc 2005-01-30 16:34:48 +00:00
parent 9d01e22178
commit 2c0803972b

View file

@ -149,7 +149,7 @@ chapclient(Conv *c)
c->attr = addattrs(copyattr(attr), k->attr);
c->state = "read challenge";
if((nchal = convreadm(c, (char**)&chal)) < 0)
if((nchal = convreadm(c, (char**)(void*)&chal)) < 0)
goto out;
if(astype == AuthMSchap && nchal != MSchallen)
c->state = "write user";