plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 2c0803972bab12df909dac3922a4b73d16221553
parent 9d01e221783e7706fd1d3dadfc8a7f678004929c
Author: rsc <devnull@localhost>
Date:   Sun, 30 Jan 2005 16:34:48 +0000

silence warning

Diffstat:
Msrc/cmd/factotum/chap.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/factotum/chap.c b/src/cmd/factotum/chap.c @@ -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";