1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

fixed typo

This commit is contained in:
Andrew Tridgell
-
parent 9e69f59d6c
commit 2d1829dfd0
2 changed files with 2 additions and 2 deletions

View File

@ -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;