summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-03-12 15:41:39 +0000
committerGerald Carter <jerry@samba.org>2003-03-12 15:41:39 +0000
commitfd56ede2b6c6590616d66b524734dacfaf1a8f1b (patch)
treef450f30b004c21f685817a34e9f0f8d723a9fa69 /source3/lib/util.c
parent834da49f63976c9c39b0d976e9cbc981a80821e4 (diff)
downloadsamba-fd56ede2b6c6590616d66b524734dacfaf1a8f1b.tar.gz
samba-fd56ede2b6c6590616d66b524734dacfaf1a8f1b.tar.bz2
samba-fd56ede2b6c6590616d66b524734dacfaf1a8f1b.zip
adding some initiaial code to sert %a to Win2K3 (using Native LanMan string from .NET RC2)
(This used to be commit e074cab810f9299d0b27881cddf8a74f10fe233e)
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r--source3/lib/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 15b75356a8..8d62db5ebb 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -1767,6 +1767,9 @@ void set_remote_arch(enum remote_arch_types type)
case RA_WINXP:
fstrcpy(remote_arch, "WinXP");
return;
+ case RA_WIN2K3:
+ fstrcpy(remote_arch, "Win2K3");
+ return;
case RA_SAMBA:
fstrcpy(remote_arch,"Samba");
return;