summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-07-30 15:01:33 -0700
committerJeremy Allison <jra@samba.org>2008-07-30 15:01:33 -0700
commite29e81624ef03e262c525aa209c076b0b12963b7 (patch)
treef215e4d0abd9247efdee7a593d72ce3a1c67a419 /source3
parentf18076cb32526735d6a79f341bb5e5522b480400 (diff)
downloadsamba-e29e81624ef03e262c525aa209c076b0b12963b7.tar.gz
samba-e29e81624ef03e262c525aa209c076b0b12963b7.tar.bz2
samba-e29e81624ef03e262c525aa209c076b0b12963b7.zip
Fix duplicate gloabl warning.
Jeremy. (This used to be commit 6da33797b0549a2da7dc0fa7ee21dc5e8a6b1459)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_server/srv_pipe_hnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c
index bc6d180199..3968d41168 100644
--- a/source3/rpc_server/srv_pipe_hnd.c
+++ b/source3/rpc_server/srv_pipe_hnd.c
@@ -61,7 +61,7 @@ static struct bitmap *bmap;
* system _anyway_. so that's the next step...
*/
-static int close_internal_rpc_pipe_hnd(struct pipes_struct *pipe);
+static int close_internal_rpc_pipe_hnd(struct pipes_struct *p);
/****************************************************************************
Internal Pipe iterator functions.