From d0e9a0c4f2decbf2cd0753bdc25ac1463e8fb22b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 23 Apr 2000 08:44:55 +0000 Subject: another fstring/pstring fix (This used to be commit 91ed7d8ffe8208d06191c64f5332954ec6bf75da) --- source3/rpc_server/srv_spoolss_nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_server') diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c index 05af14e830..89d4c55de1 100644 --- a/source3/rpc_server/srv_spoolss_nt.c +++ b/source3/rpc_server/srv_spoolss_nt.c @@ -2362,7 +2362,7 @@ static void construct_printer_driver_info_1(DRIVER_INFO_1 *info, int snum, ********************************************************************/ static void fill_printer_driver_info_2(DRIVER_INFO_2 *info, NT_PRINTER_DRIVER_INFO_LEVEL driver, - pstring servername, fstring architecture) + fstring servername, fstring architecture) { pstring where; pstring temp_driverpath; -- cgit