diff options
author | Volker Lendecke <vl@samba.org> | 2008-10-14 13:28:06 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-14 13:30:13 +0200 |
commit | a7187e80832685f252ea94b82724f21d05c9ea22 (patch) | |
tree | 2df1820ad45e86cd2e7c35a09b02317ad0fcf837 /source3/smbd | |
parent | 69c5992d173f58a71f1899fbb63d3b6219bd3f98 (diff) | |
download | samba-a7187e80832685f252ea94b82724f21d05c9ea22.tar.gz samba-a7187e80832685f252ea94b82724f21d05c9ea22.tar.bz2 samba-a7187e80832685f252ea94b82724f21d05c9ea22.zip |
Remove unused stuff
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/pipes.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c index af363689c9..25a1fe2e63 100644 --- a/source3/smbd/pipes.c +++ b/source3/smbd/pipes.c @@ -32,18 +32,6 @@ #define MAX_PIPE_NAME_LEN 24 -/* PIPE/<name>/<pid>/<pnum> */ -#define PIPEDB_KEY_FORMAT "PIPE/%s/%u/%d" - -struct pipe_dbrec { - struct server_id pid; - int pnum; - uid_t uid; - - char name[MAX_PIPE_NAME_LEN]; - fstring user; -}; - /**************************************************************************** Reply to an open and X on a named pipe. This code is basically stolen from reply_open_and_X with some |