diff options
author | Günther Deschner <gd@samba.org> | 2008-02-27 18:49:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-27 19:08:59 +0100 |
commit | 583aa074a9525e08d2d14696ca27f0a636bbf6a5 (patch) | |
tree | e5a1808375947ccaed6157752379780f9ae73053 /source3/rpc_server | |
parent | cb34a31cc6819987c30a0808b2c35871404678d5 (diff) | |
download | samba-583aa074a9525e08d2d14696ca27f0a636bbf6a5.tar.gz samba-583aa074a9525e08d2d14696ca27f0a636bbf6a5.tar.bz2 samba-583aa074a9525e08d2d14696ca27f0a636bbf6a5.zip |
Cosmetics: make check_bind_req() debug statements a little nicer.
Guenther
(This used to be commit 997a0a4a12d97595ff4df963601cf2c24d612972)
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c index 4d066a6b7a..19c8db0533 100644 --- a/source3/rpc_server/srv_pipe.c +++ b/source3/rpc_server/srv_pipe.c @@ -993,7 +993,7 @@ bool check_bind_req(struct pipes_struct *p, RPC_IFACE* abstract, /* we have to check all now since win2k introduced a new UUID on the lsaprpc pipe */ for ( i=0; pipe_names[i].client_pipe; i++ ) { - DEBUG(10,("checking %s\n", pipe_names[i].client_pipe)); + DEBUGADD(10,("checking %s\n", pipe_names[i].client_pipe)); if ( strequal(pipe_names[i].client_pipe, pname) && (abstract->version == pipe_names[i].abstr_syntax.version) && (memcmp(&abstract->uuid, &pipe_names[i].abstr_syntax.uuid, sizeof(struct GUID)) == 0) |