summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-06-07 16:02:14 -0400
committerSimo Sorce <ssorce@redhat.com>2010-06-07 17:25:48 -0400
commitf9fc4df0c0a6401d185b057c17d6b30ef549b3d0 (patch)
treea05e5bcd06c9e970838bfa4e684ee39464aa055d /source3/rpc_server/srv_spoolss_nt.c
parent22e9015e975096acf075240cc7d33f12c7c77395 (diff)
downloadsamba-f9fc4df0c0a6401d185b057c17d6b30ef549b3d0.tar.gz
samba-f9fc4df0c0a6401d185b057c17d6b30ef549b3d0.tar.bz2
samba-f9fc4df0c0a6401d185b057c17d6b30ef549b3d0.zip
s3:rpc make num_pipe_handles get an actual pipe as argument
Let the function abstract out how handles are counted
Diffstat (limited to 'source3/rpc_server/srv_spoolss_nt.c')
-rw-r--r--source3/rpc_server/srv_spoolss_nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c
index 104efdc274..8ebc7fa64f 100644
--- a/source3/rpc_server/srv_spoolss_nt.c
+++ b/source3/rpc_server/srv_spoolss_nt.c
@@ -593,7 +593,7 @@ static bool open_printer_hnd(pipes_struct *p, struct policy_handle *hnd,
new_printer->access_granted = access_granted;
DEBUG(5, ("%d printer handles active\n",
- (int)num_pipe_handles(p->pipe_handles)));
+ (int)num_pipe_handles(p)));
return true;
}