libcli: Remove a pointless check
authorVolker Lendecke <vl@samba.org>
Sat, 25 Feb 2012 20:17:40 +0000 (21:17 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 25 Feb 2012 21:14:38 +0000 (22:14 +0100)
commitbd6ff4dbab68b34b7903ebbde470b970e45dcdb7
tree4d4a213a9b121fa450f18e41ad2dcaa0c39a5c6b
parentfe3274d9cb576f82366070a25a4a7eef4bd43708
libcli: Remove a pointless check

"n" is size_t, so it is always >=0.
libcli/auth/msrpc_parse.c