]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix compilation issues in udppktinfo.c 408/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 18 Feb 2016 20:00:04 +0000 (15:00 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 19 Feb 2016 16:30:03 +0000 (11:30 -0500)
commit0d1c32d6d00d40049a9ea7b91c161e65c13dc273
treea03dd293a8711b4b134330d1603aec2101f95e7e
parentf162f792e04541a5158b791523b82a60a9d80913
Fix compilation issues in udppktinfo.c

Move is_socket_bound_to_wildcard() into an #if block so it doesn't get
built when it isn't used.  Avoid using the identifier "socket" as it
can produce shadowed declaration warnings.  Make the definition of the
fallback send_to_from() conform to the declaration.
src/lib/apputils/udppktinfo.c
src/lib/apputils/udppktinfo.h