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

sanitize hostname handling (fate #319639) #108

Merged
merged 1 commit into from May 17, 2016
Merged

sanitize hostname handling (fate #319639) #108

merged 1 commit into from May 17, 2016

Conversation

wfeldt
Copy link
Member

@wfeldt wfeldt commented May 4, 2016

No description provided.

log_debug("hostname = \"%s\"\n", buf);
if(*buf && strcmp(buf, "(none)")) file_write_str(f, key_hostname, buf);
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was purpose of this part. Why is it not needed anymore?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was added as a temporary solution to pass on the wicked-set hostname and is no longer needed.

@mchf
Copy link
Member

mchf commented May 16, 2016

One question which is caused by lack of knowledge about linuxrc. Otherwise LGTM

@mvidner
Copy link
Member

mvidner commented May 17, 2016

LGTM. Thanks for the documentation!

@wfeldt wfeldt merged commit 5ac58e9 into master May 17, 2016
@wfeldt wfeldt deleted the fate_319639_2 branch May 17, 2016 12:48
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

3 participants