diff options
author | Luke Leighton <lkcl@samba.org> | 1999-07-21 00:32:09 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-07-21 00:32:09 +0000 |
commit | 6a5a4e818684a616306d2954d1a2612113b314a6 (patch) | |
tree | e1900e634df995f0a1d36c063645cd4997a9529f /source3/lib/sids.c | |
parent | 46ce0d4619839f40f910eb4a0d2c3da01436bc88 (diff) | |
download | samba-6a5a4e818684a616306d2954d1a2612113b314a6.tar.gz samba-6a5a4e818684a616306d2954d1a2612113b314a6.tar.bz2 samba-6a5a4e818684a616306d2954d1a2612113b314a6.zip |
BDC support.
(This used to be commit 2331aa32ab36c3ee5fd8cfbe972e57299939e33d)
Diffstat (limited to 'source3/lib/sids.c')
-rw-r--r-- | source3/lib/sids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/sids.c b/source3/lib/sids.c index 7eb968a435..c75168ee56 100644 --- a/source3/lib/sids.c +++ b/source3/lib/sids.c @@ -196,7 +196,7 @@ BOOL get_domain_sids(DOM_SID *sid3, DOM_SID *sid5, char *servers) if (!cli_connect_serverlist(&cli, servers)) { - DEBUG(0,("get_member_domain_sid: unable to initialise client connection.\n")); + DEBUG(0,("get_domain_sids: unable to initialise client connection.\n")); return False; } |