summaryrefslogtreecommitdiffstats
path: root/source/printing/print_generic.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-05-14 14:24:52 +0000
committerGerald Carter <jerry@samba.org>2007-05-14 14:24:52 +0000
commitc3f0e56c057f6be60bd3721485f013ed63defa6a (patch)
tree912f4dfedfc0303371a02b2ec9f77e1328c0b0ee /source/printing/print_generic.c
parente6549096bedeac730cacbcaffddd6f907e4c9e28 (diff)
downloadsamba-79f5d782e399d1a0e75d60acee79c792120df4b1.tar.gz
samba-79f5d782e399d1a0e75d60acee79c792120df4b1.tar.xz
samba-79f5d782e399d1a0e75d60acee79c792120df4b1.zip
r22853: checkin pending security fixes and release notes updates for Samba 3.0.25samba-3.0.25
Diffstat (limited to 'source/printing/print_generic.c')
-rw-r--r--source/printing/print_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/printing/print_generic.c b/source/printing/print_generic.c
index 1e55f712c53..66965809700 100644
--- a/source/printing/print_generic.c
+++ b/source/printing/print_generic.c
@@ -64,7 +64,7 @@ static int print_run_command(int snum, const char* printername, BOOL do_sub,
current_user_info.domain,
syscmd, sizeof(syscmd));
- ret = smbrun(syscmd,outfd);
+ ret = smbrun_no_sanitize(syscmd,outfd);
DEBUG(3,("Running the command `%s' gave %d\n",syscmd,ret));