X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fhostname%2Fhostnamed.c;h=970e8007690982abc503edbfc984c8300595c271;hp=0b38cde1693c843b5b976d1d1c20f43c9755058b;hb=f7340ab269828d917cd1281e33e6dd4fdfee67b3;hpb=ee33e53a70c0d3f9d8aeafe4b8fd84a0d5e1d8d9 diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index 0b38cde16..970e80076 100644 --- a/src/hostname/hostnamed.c +++ b/src/hostname/hostnamed.c @@ -276,7 +276,7 @@ static int context_update_kernel_hostname(Context *c) { if (hostname_is_useful(static_hn)) hn = static_hn; - /* ... the transient host name, (ie: DHCP) comes next ...*/ + /* ... the transient host name, (ie: DHCP) comes next ... */ else if (!isempty(c->data[PROP_HOSTNAME])) hn = c->data[PROP_HOSTNAME];