summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-01-14 06:46:14 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-01-14 06:46:14 +0000
commit1fdaca33422243062fd2954813e746213340fa08 (patch)
tree2ad590dfebaca7c8bba62bb25ef10569520dd7bd /source3/printing
parent183ccefce7ea69b0ff6a40be3e57cfac8ab8e24d (diff)
downloadsamba-1fdaca33422243062fd2954813e746213340fa08.tar.gz
samba-1fdaca33422243062fd2954813e746213340fa08.tar.bz2
samba-1fdaca33422243062fd2954813e746213340fa08.zip
The last of the fstring/pstring mixups, and an extra 'static'.
(This used to be commit b328b67fd8fd605636ed58ffd33cf5be3d480672)
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/nt_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index f04992ac82..72e3d38bb3 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -1585,7 +1585,7 @@ static uint32 add_a_printer_driver_3(NT_PRINTER_DRIVER_INFO_LEVEL_3 *driver)
int len, buflen;
fstring architecture;
pstring directory;
- pstring temp_name;
+ fstring temp_name;
pstring key;
char *buf;
int i, ret;