]> git.ipfire.org Git - thirdparty/kea.git/commit
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)
commita955dee5d9b58bbfdcfd74b63bbc105c3cec3b81
treed311c4f0066629985606fb5f7822f9531eb68591
parented569285f0094fa788276ea871c6794df59b9a52
parentef36ce1008660a44182aeaad83a9f5f2d4c6cc18
Merge branch 'trac4001' Update code to clear errno before use.

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.
src/lib/dhcp/iface_mgr.cc