summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-05 15:41:41 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-05 15:41:41 +0000
commit1a9a22c657c46648adaa98ac1fe394ce4bce11f0 (patch)
tree9740f9c8dae6865bb242144db90d005e08397860 /source/libsmb
parent4bacf32755f8012110797f7aae2b3e1e0e2f537b (diff)
downloadsamba-1a9a22c657c46648adaa98ac1fe394ce4bce11f0.tar.gz
samba-1a9a22c657c46648adaa98ac1fe394ce4bce11f0.tar.xz
samba-1a9a22c657c46648adaa98ac1fe394ce4bce11f0.zip
rpcclient srvsvc commands.
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/clientgen.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c
index e395aa3b15c..2d491446957 100644
--- a/source/libsmb/clientgen.c
+++ b/source/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)
{