summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-10-23 15:02:21 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-10-23 15:02:21 +0000
commit1261ca01cece96eb4f4e1a16f3ed6433079cc7d4 (patch)
tree97f5c6f467a4b1a35f0cecbf29cd78532e14a185 /backend
parent2a0197fe83cffc81c593456b3e8c7d5b42909836 (diff)
downloadcups-1261ca01cece96eb4f4e1a16f3ed6433079cc7d4.tar.gz
Get rid of compiler warning...
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12906 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend')
-rw-r--r--backend/dnssd.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/backend/dnssd.c b/backend/dnssd.c
index 9afdecfe8..33a6f70d8 100644
--- a/backend/dnssd.c
+++ b/backend/dnssd.c
@@ -1050,9 +1050,7 @@ query_callback(
"interfaceIndex=%d, errorCode=%d, fullName=\"%s\", "
"rrtype=%u, rrclass=%u, rdlen=%u, rdata=%p, ttl=%u, "
"context=%p)\n",
- sdRef, flags, interfaceIndex, errorCode,
- fullName ? fullName : "(null)", rrtype, rrclass, rdlen, rdata, ttl,
- context);
+ sdRef, flags, interfaceIndex, errorCode, fullName, rrtype, rrclass, rdlen, rdata, ttl, context);
/*
* Only process "add" data...
@@ -1065,9 +1063,7 @@ query_callback(
fprintf(stderr, "DEBUG2: query_callback(browser=%p, interfaceIndex=%d, "
"protocol=%d, event=%d, fullName=\"%s\", rrclass=%u, "
"rrtype=%u, rdata=%p, rdlen=%u, flags=%x, context=%p)\n",
- browser, interfaceIndex, protocol, event,
- fullName ? fullName : "(null)", rrclass, rrtype, rdata,
- (unsigned)rdlen, flags, context);
+ browser, interfaceIndex, protocol, event, fullName, rrclass, rrtype, rdata, (unsigned)rdlen, flags, context);
/*
* Only process "add" data...