mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
fix coverity issues
3388. [bug] Fixed several Coverity warnings. [RT #30996]
This commit is contained in:
@@ -2891,9 +2891,10 @@ dns_dispatch_getudp(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr,
|
||||
unsigned int attributes, unsigned int mask,
|
||||
dns_dispatch_t **dispp)
|
||||
{
|
||||
return dns_dispatch_getudp_dup(mgr, sockmgr, taskmgr, localaddr,
|
||||
buffersize, maxbuffers, maxrequests, buckets, increment,
|
||||
attributes, mask, dispp, NULL);
|
||||
return (dns_dispatch_getudp_dup(mgr, sockmgr, taskmgr, localaddr,
|
||||
buffersize, maxbuffers, maxrequests,
|
||||
buckets, increment, attributes,
|
||||
mask, dispp, NULL));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user