The Samba-Bugzilla – Attachment 7983 Details for
Bug 9240
Dns server has a least a warning about unused variable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to fix the problem
0001-s4-dns-fix-a-warning.patch (text/plain), 840 bytes, created by
Matthieu Patou
on 2012-10-03 08:53:40 UTC
(
hide
)
Description:
Proposed patch to fix the problem
Filename:
MIME Type:
Creator:
Matthieu Patou
Created:
2012-10-03 08:53:40 UTC
Size:
840 bytes
patch
obsolete
>From e7f4c3840442af2e1059e2dde9a83437d64e22df Mon Sep 17 00:00:00 2001 >From: Matthieu Patou <mat@matws.net> >Date: Wed, 3 Oct 2012 00:37:34 -0700 >Subject: [PATCH] s4-dns: fix a warning > >--- > source4/dns_server/dns_server.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/source4/dns_server/dns_server.c b/source4/dns_server/dns_server.c >index e750e33..d139eb7 100644 >--- a/source4/dns_server/dns_server.c >+++ b/source4/dns_server/dns_server.c >@@ -566,10 +566,9 @@ static void dns_udp_call_sendto_done(struct tevent_req *subreq) > { > struct dns_udp_call *call = tevent_req_callback_data(subreq, > struct dns_udp_call); >- ssize_t ret; > int sys_errno; > >- ret = tdgram_sendto_queue_recv(subreq, &sys_errno); >+ tdgram_sendto_queue_recv(subreq, &sys_errno); > > /* We don't care about errors */ > >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
kai
:
review+
Actions:
View
Attachments on
bug 9240
: 7983