Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set ht to null so we don't double free on initialisation error #543

Merged
merged 1 commit into from
Mar 12, 2014

Conversation

mcnewton
Copy link
Member

No description provided.

@mcnewton
Copy link
Member Author

Without this, the server tries to send a response to 0.0.0.0:68, which doesn't actually get sent for obvious reasons. However, it's confusing because the debug output gives the error about Your-IP-Addresss being missing, but then goes on to say "Sending DHCP response", which doesn't get sent. This just stops it from trying to send in the first place.
It seems the right thing to do, but maybe there are good reasons for not doing it?

arr2036 added a commit that referenced this pull request Mar 12, 2014
set ht to null so we don't double free on initialisation error
@arr2036 arr2036 merged commit dd29f10 into FreeRADIUS:v3.0.x Mar 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants