diff options
author | Günther Deschner <gd@samba.org> | 2004-10-07 14:47:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:55 -0500 |
commit | d15e6af706fe7187972ce6f65a3d53a99c67fab2 (patch) | |
tree | da4ba7b05143d3e6117baa3a9f0abe5411d91a28 | |
parent | e81aa8c59ed89dfe7b1a3b1378895e0d6aafd190 (diff) | |
download | samba-d15e6af706fe7187972ce6f65a3d53a99c67fab2.tar.gz samba-d15e6af706fe7187972ce6f65a3d53a99c67fab2.tar.bz2 samba-d15e6af706fe7187972ce6f65a3d53a99c67fab2.zip |
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)
-rw-r--r-- | source3/utils/net_rpc_printer.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |