summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-04-02 22:27:40 +0000
committerJeremy Allison <jra@samba.org>2001-04-02 22:27:40 +0000
commit9f793948bd34e79be1adecfe41c53cb7ec2636fa (patch)
tree269683f47211e3d95a49d8a84776e7e38fc13a52 /source3/include/ntdomain.h
parentf439f72ceec665dbd1eae367eb5d7302d8a3338d (diff)
downloadsamba-9f793948bd34e79be1adecfe41c53cb7ec2636fa.tar.gz
samba-9f793948bd34e79be1adecfe41c53cb7ec2636fa.tar.bz2
samba-9f793948bd34e79be1adecfe41c53cb7ec2636fa.zip
include/ntdomain.h:
rpc_server/srv_lsa_hnd.c: Remove back pointer from policy handle list as the pipe that opened the handle may have been closed. We were dereferencing into something that had been closed. rpc_parse/parse_spoolss.c: Sync up with Gerald's changes in 2.2. lib/replace.c: Don't do proto on setlinebuf as it differs between systems. Jeremy. (This used to be commit 887ef3e12dc56b89b2284d42b16a81f03e15110b)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index f56b765d29..ecd261949c 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -143,7 +143,6 @@ typedef struct _input_data {
struct policy
{
struct policy *next, *prev;
- struct pipes_struct *p;
POLICY_HND pol_hnd;