diff options
author | Gerald W. Carter <jerry@samba.org> | 2008-03-31 14:33:53 -0500 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-03-31 14:34:43 -0500 |
commit | 8940fd09a67c79d73712e2dd4b197fffd613dd04 (patch) | |
tree | e338e7c3a8c2db898b25538f2074f82b630e5c8d /source3/include | |
parent | 4369c14a66060021259308d1c42372e75455953f (diff) | |
download | samba-8940fd09a67c79d73712e2dd4b197fffd613dd04.tar.gz samba-8940fd09a67c79d73712e2dd4b197fffd613dd04.tar.bz2 samba-8940fd09a67c79d73712e2dd4b197fffd613dd04.zip |
Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP and WinXP64.
Defines a new value for the %a variable when detecting a Windows XP 64-bit client.
(This used to be commit 0c94918fb52c5345ce30490046b79f81712c30bf)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index bf9ca6b92c..4d18dc594f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1571,7 +1571,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_SAMBA, RA_CIFSFS, RA_WINXP64}; /* case handling */ enum case_handling {CASE_LOWER,CASE_UPPER}; |