diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-08-28 01:28:01 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-08-28 01:28:01 +0000 |
commit | 1f079939001fa4a48b37c319049bc273db85a79f (patch) | |
tree | 0c543695cafe2ade9de5f2a16ff528be9e2bafb7 /source3/libsmb | |
parent | 316c3fb510f9b0dbff18077f3249219ba3028b3d (diff) | |
download | samba-1f079939001fa4a48b37c319049bc273db85a79f.tar.gz samba-1f079939001fa4a48b37c319049bc273db85a79f.tar.bz2 samba-1f079939001fa4a48b37c319049bc273db85a79f.zip |
fixed typo
(This used to be commit 2d1829dfd041336a587443435d8dccab365a2b56)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clierror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clierror.c b/source3/libsmb/clierror.c index f485d328e2..22c5dbaf77 100644 --- a/source3/libsmb/clierror.c +++ b/source3/libsmb/clierror.c @@ -219,7 +219,7 @@ int cli_errno(struct cli_state *cli) { NTSTATUS status; - if (cli_is_dos_error) { + if (cli_is_dos_error(cli)) { uint8 eclass; uint32 ecode; |