summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-04-23 02:51:55 -0700
committerKarolin Seeger <kseeger@samba.org>2009-04-28 09:11:17 +0200
commitc78cddd72296a1e3230bab03b6843672aa10e22b (patch)
treeb932dd2c5d6cf7fac9cedcb7d846b6748b06d3e6
parent7372ce3715157a9efbd7ca1550cbc8850ce48305 (diff)
downloadsamba-c78cddd72296a1e3230bab03b6843672aa10e22b.tar.gz
Fix coverity #901 - uninitialized data.
Jeremy. (cherry picked from commit aa09344a77a686466371725e6f1c3f2ebaca684a)
-rw-r--r--source3/libads/ldap_printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap_printer.c b/source3/libads/ldap_printer.c
index 9be366dc29d..7fec58c7ebc 100644
--- a/source3/libads/ldap_printer.c
+++ b/source3/libads/ldap_printer.c
@@ -372,7 +372,7 @@ WERROR get_remote_printer_publishing_data(struct rpc_pipe_client *cli,
} else {
for (i=0; i < count; i++) {
REGISTRY_VALUE v;
- DATA_BLOB blob;
+ DATA_BLOB blob = data_blob_null;
result = push_spoolss_PrinterData(mem_ctx, &blob,
info[i].type,