From fc77e332e3be72d208ff33aa6ea0849b5a62b349 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 28 Jun 2006 02:02:26 +0000 Subject: r16599: Make it clear to Klocwork we're not dereferencing. Issue #2026. Jeremy. (This used to be commit 9402bf0d4cc6d04283ed69a6dedac7767df84626) --- source3/printing/printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing') diff --git a/source3/printing/printing.c b/source3/printing/printing.c index c7ca917af0..fed9c005d0 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1480,7 +1480,7 @@ static void print_queue_update(int snum, BOOL force) /* get the length */ - len = tdb_pack( buffer, len, "fdPP", + len = tdb_pack( NULL, 0, "fdPP", sharename, type, lpqcommand, -- cgit