diff options
author | Gerald Carter <jerry@samba.org> | 2003-02-27 21:22:36 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-02-27 21:22:36 +0000 |
commit | 0d30cdf66c4e186e20a09e1e8b39d501e662ae50 (patch) | |
tree | 74c8f01db2ef1ff82af40ecb1035d03e0f327bc2 /source3/include | |
parent | ff5d95f0efa6370d4aa747e28ba8e5cac489dc44 (diff) | |
download | samba-0d30cdf66c4e186e20a09e1e8b39d501e662ae50.tar.gz samba-0d30cdf66c4e186e20a09e1e8b39d501e662ae50.tar.bz2 samba-0d30cdf66c4e186e20a09e1e8b39d501e662ae50.zip |
additional fix for CR 601
* distinguish WinXP from Win2k
* add a 1/3 of a second delay in OpenPrinter
in order to trigger a LAN/WAN optimization in
2k clients.
(This used to be commit c7712fa054d21b4884a78b7ea6c0fb8b3d637c6b)
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 e96d664bd3..ddc1adff4e 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1408,7 +1408,7 @@ enum ldap_ssl_types {LDAP_SSL_ON, LDAP_SSL_OFF, LDAP_SSL_START_TLS}; enum ldap_passwd_sync_types {LDAP_PASSWD_SYNC_ON, LDAP_PASSWD_SYNC_OFF, LDAP_PASSWD_SYNC_ONLY}; /* Remote architectures we know about. */ -enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_SAMBA}; +enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_WINXP, RA_SAMBA}; /* case handling */ enum case_handling {CASE_LOWER,CASE_UPPER}; |