summaryrefslogtreecommitdiffstats
path: root/source/smbd/pipes.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-07 09:35:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:21:52 -0500
commit0ad4b1226c9d91b72136310d3bbb640d2c5d67b8 (patch)
tree5802777343908206d060d7a38a1c09633bebd8e8 /source/smbd/pipes.c
parentcc0cd3a12f76b8cd711e3165d4cfe920552f256d (diff)
downloadsamba-0ad4b1226c9d91b72136310d3bbb640d2c5d67b8.tar.gz
samba-0ad4b1226c9d91b72136310d3bbb640d2c5d67b8.tar.xz
samba-0ad4b1226c9d91b72136310d3bbb640d2c5d67b8.zip
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster patch.
This changes "struct process_id" to "struct server_id", keeping both is just too much hassle. No functional change (I hope ;-)) Volker
Diffstat (limited to 'source/smbd/pipes.c')
-rw-r--r--source/smbd/pipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/pipes.c b/source/smbd/pipes.c
index bec2f19f86b..aba2fe69c59 100644
--- a/source/smbd/pipes.c
+++ b/source/smbd/pipes.c
@@ -37,7 +37,7 @@
#define PIPEDB_KEY_FORMAT "PIPE/%s/%u/%d"
struct pipe_dbrec {
- struct process_id pid;
+ struct server_id pid;
int pnum;
uid_t uid;