From 0bc4ff7b287e2cd6f7b225861d6c3fda9347adfc Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 27 Nov 2007 19:05:08 -0800 Subject: Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.c Jeremy. (This used to be commit b5a2a1e3f82a0d319fc9a1d76f5166150680f4d4) --- source3/include/nt_printing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 8e8d87bc55..479404d6fd 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -312,7 +312,7 @@ typedef struct nt_printer_info_level_2 fstring sharename; fstring portname; fstring drivername; - pstring comment; + char comment[1024]; fstring location; NT_DEVICEMODE *devmode; fstring sepfile; -- cgit