From d15e6af706fe7187972ce6f65a3d53a99c67fab2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 7 Oct 2004 14:47:53 +0000 Subject: r2852: Oh. Allow to migrate win2k3/xp-drivers as well. Thanks to Bjoern Jacke for his moral support :) Guenther (This used to be commit ab875d3ecf3a80f5648432f7f4573f57442e6698) --- source3/utils/net_rpc_printer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/utils/net_rpc_printer.c b/source3/utils/net_rpc_printer.c index e635b78573..f470d8b6d9 100644 --- a/source3/utils/net_rpc_printer.c +++ b/source3/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 }, -- cgit