From 6141b6a49f18b88b01bb101bea22d2cc10235602 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 24 Feb 2011 16:25:30 -0800 Subject: Detect Mac OS X as a separate client type. --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index d3fa3f2790..49c653e8f3 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1456,7 +1456,7 @@ enum ldap_passwd_sync_types {LDAP_PASSWD_SYNC_ON, LDAP_PASSWD_SYNC_OFF, LDAP_PAS /* Remote architectures we know about. */ enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_WINXP, RA_WIN2K3, RA_VISTA, - RA_SAMBA, RA_CIFSFS, RA_WINXP64}; + RA_SAMBA, RA_CIFSFS, RA_WINXP64, RA_OSX}; /* case handling */ enum case_handling {CASE_LOWER,CASE_UPPER}; -- cgit