diff options
author | Michael Adam <obnox@samba.org> | 2012-03-30 01:00:51 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-04-25 14:23:05 +0200 |
commit | 421b3984cdf16f4755d6e7113c03b49ff8ff4bfa (patch) | |
tree | fa4111568d97b0a0877f4a331d51f25229d88330 /source4 | |
parent | 6c016734aa98836f818a9549a0ac4917381abca2 (diff) | |
download | samba-421b3984cdf16f4755d6e7113c03b49ff8ff4bfa.tar.gz samba-421b3984cdf16f4755d6e7113c03b49ff8ff4bfa.tar.bz2 samba-421b3984cdf16f4755d6e7113c03b49ff8ff4bfa.zip |
s4:torture:rpc:spoolss: also initialize driverName before checking it in test_PrinterData_DsSpooler()
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/spoolss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index df800dc8af..75adaf447c 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -5499,6 +5499,7 @@ do {\ TEST_SET_SZ("description", comment, "newval"); TEST_SET_SZ("location", location, "newval"); + TEST_SET_SZ("driverName", drivername, "newval"); /* TEST_SET_DWORD("priority", priority, 25); */ torture_assert(tctx, |