diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/ntclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/ntclient.c b/source3/client/ntclient.c index 89775cd3aa..38d96f440c 100644 --- a/source3/client/ntclient.c +++ b/source3/client/ntclient.c @@ -110,7 +110,7 @@ BOOL do_nt_login(char *desthost, char *myhostname, /* create and send a MSRPC command with api LSA_OPENPOLICY */ - DEBUG(4,("LSA RPC Bind[%d]\n", fnum)); + DEBUG(4,("LSA RPC Bind[%x]\n", fnum)); for (i = 0; i < sizeof(trn_data); i++) { |