diff options
author | Gerald Carter <jerry@samba.org> | 2003-02-27 21:21:02 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-02-27 21:21:02 +0000 |
commit | 97e7d2ffae74c9c07b38143c8fb028ee91b153bd (patch) | |
tree | f2d04d7786542956284d21dc67bee5d78c1911b8 /source3/include/smb.h | |
parent | 5c82d3f00a2973b7f0881606d94ed36f0d0aa6be (diff) | |
download | samba-97e7d2ffae74c9c07b38143c8fb028ee91b153bd.tar.gz samba-97e7d2ffae74c9c07b38143c8fb028ee91b153bd.tar.xz samba-97e7d2ffae74c9c07b38143c8fb028ee91b153bd.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 96570699d1b715f47c35aa211da6ec18f6fc4109)
Diffstat (limited to 'source3/include/smb.h')
-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 a2b341d0fc..bd4f113039 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}; |