mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
silence warning
This commit is contained in:
parent
9d01e22178
commit
2c0803972b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue