]> granicus.if.org Git - curl/commit
libntlmconnect.c: Fixed warning: comparison of signed/unsigned integer
authorMarc Hoersken <info@marc-hoersken.de>
Tue, 11 Sep 2012 09:02:09 +0000 (11:02 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Tue, 11 Sep 2012 09:02:09 +0000 (11:02 +0200)
commitef753b710b95f1f94a7c55f5d481615e30879aa6
tree3fe1387bcd6b0f5346e4addc34b457e24a41eb67
parente6ba0487013085afc5bc1ca7d7c8a15a13367ba6
libntlmconnect.c: Fixed warning: comparison of signed/unsigned integer

Windows does not use -1 to represent invalid sockets and the
SOCKET type is unsigned.
tests/libtest/libntlmconnect.c