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

it now all compiles - so try enabling it by default and see what explodes on the build farm

(This used to be commit 5bb7e4f0f6)
This commit is contained in:
Andrew Tridgell
2001-09-04 10:57:29 +00:00
parent b5b9c46c0f
commit c76dd14040
11 changed files with 330 additions and 354 deletions

View File

@ -212,8 +212,8 @@ int smbc_errno(struct cli_state *c)
status = cli_nt_error(c);
ret = cli_errno_from_nt(status);
DEBUG(3,("smbc errno 0x%08x -> %d\n",
status, ret));
DEBUG(3,("smbc errno %s -> %d\n",
get_nt_error_msg(status), ret));
}
return ret;