summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-12-16 17:54:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:33 -0500
commit55e70f69871f43328cc05104c150f76212eb369a (patch)
tree58cf28462459c72f24dae53ca125d4ac8b3773dc /source3/include
parent0ef4aadb9b05bd13a258c94cafb85c198cae329e (diff)
downloadsamba-55e70f69871f43328cc05104c150f76212eb369a.tar.gz
samba-55e70f69871f43328cc05104c150f76212eb369a.tar.bz2
samba-55e70f69871f43328cc05104c150f76212eb369a.zip
r20215: Next step trying to fix the Solaris build.
I think "anonimous" is correctly spelled "anonymous". The Solaris compile is referring to this as "anonymous" in line 814 of smbldap.c. Simo, please check. Thanks, Volker (This used to be commit a77d8fa08e5a7c9c0c7c415ce3b7848b265b4b95)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smbldap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h
index b261ca82fd..390b8f681a 100644
--- a/source3/include/smbldap.h
+++ b/source3/include/smbldap.h
@@ -160,7 +160,7 @@ struct smbldap_state {
const char *uri;
/* credentials */
- BOOL anonimous;
+ BOOL anonymous;
char *bind_dn;
char *bind_secret;