summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_lookup.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-14 08:23:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:17 -0500
commitbdafdec2bbac2b9a63b72c9e26b8d1e98ff6f0b0 (patch)
treeb5ed254240649afda1fd1d2d6d9b65c570e84a59 /source4/libnet/libnet_lookup.h
parent32a0486739e91e45967200c5bacd3f2fd6ec0e57 (diff)
downloadsamba-bdafdec2bbac2b9a63b72c9e26b8d1e98ff6f0b0.tar.gz
samba-bdafdec2bbac2b9a63b72c9e26b8d1e98ff6f0b0.tar.bz2
samba-bdafdec2bbac2b9a63b72c9e26b8d1e98ff6f0b0.zip
r20166: we have a dom_sid_add_rid() function that adds the rid after allocating
enough memory for the new sub_auth element. the old version wrote behind the buffer. also make the output sid a pointer. metze (This used to be commit b9901d5f8c9aa777bafd3a670d27209552bc56b7)
Diffstat (limited to 'source4/libnet/libnet_lookup.h')
-rw-r--r--source4/libnet/libnet_lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_lookup.h b/source4/libnet/libnet_lookup.h
index 52af03bf27..5f1a2c3940 100644
--- a/source4/libnet/libnet_lookup.h
+++ b/source4/libnet/libnet_lookup.h
@@ -49,7 +49,7 @@ struct libnet_LookupName {
const char *domain_name;
} in;
struct {
- struct dom_sid domain_sid;
+ struct dom_sid *sid;
int rid;
enum lsa_SidType sid_type;
const char *sidstr;