From b4fb4caf9032875fe50725c9b71b6411538ba85f Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 5 Oct 1998 15:41:41 +0000 Subject: rpcclient srvsvc commands. (This used to be commit 1a9a22c657c46648adaa98ac1fe394ce4bce11f0) --- source3/libsmb/clientgen.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index e395aa3b15..2d49144695 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -2259,8 +2259,11 @@ void cli_shutdown(struct cli_state *cli) /**************************************************************************** return error codes for the last packet - returns 0 if there was no error and the bext approx of a unix errno + returns 0 if there was no error and the best approx of a unix errno otherwise + + for 32 bit "warnings", a return code of 0 is expected. + ****************************************************************************/ int cli_error(struct cli_state *cli, uint8 *eclass, uint32 *num) { -- cgit