]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Merge branch 'trac4001' Update code to clear errno before use.
authorShawn Routhier <sar@isc.org>
Tue, 22 Sep 2015 17:32:12 +0000 (10:32 -0700)
committerShawn Routhier <sar@isc.org>
Tue, 22 Sep 2015 17:32:12 +0000 (10:32 -0700)
Update the code to clear the errno variable before making calls that
might use it.  This should limit problems with one section of code
creating an inappropriate error message due to looking at an errno
set by some other section ofcode.

1  2 
src/lib/dhcp/iface_mgr.cc

Simple merge