From: Günther Deschner Date: Thu, 7 Oct 2004 14:47:53 +0000 (+0000) Subject: r2852: Oh. Allow to migrate win2k3/xp-drivers as well. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5717 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab875d3ecf3a80f5648432f7f4573f57442e6698;p=thirdparty%2Fsamba.git r2852: Oh. Allow to migrate win2k3/xp-drivers as well. Thanks to Bjoern Jacke for his moral support :) Guenther --- diff --git a/source/utils/net_rpc_printer.c b/source/utils/net_rpc_printer.c index e635b78573b..f470d8b6d94 100644 --- a/source/utils/net_rpc_printer.c +++ b/source/utils/net_rpc_printer.c @@ -32,6 +32,7 @@ static const struct table_node archi_table[]= { {"Windows 4.0", "WIN40", 0 }, {"Windows NT x86", "W32X86", 2 }, + {"Windows NT x86", "W32X86", 3 }, {"Windows NT R4000", "W32MIPS", 2 }, {"Windows NT Alpha_AXP", "W32ALPHA", 2 }, {"Windows NT PowerPC", "W32PPC", 2 },