[systemd-commits] src/hostname

Kay Sievers kay at kemper.freedesktop.org
Wed Nov 6 13:50:45 CET 2013


 src/hostname/hostnamed.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 6c8ea34fd945103e2f998403fea68bb0006e8057
Author: Kay Sievers <kay at vrfy.org>
Date:   Wed Nov 6 13:38:28 2013 +0100

    Revert "hostnamed: prevent it from crashing if the chassis is unknown"
    
    This reverts commit 95b015de3849d8d8d03d9441ae1682a04c38833b.
    
    "bus: handle serialization of NULL strings" (cd6f997f71c3aba16aa08226d423d14cbc787f82)
    should fix this issue.

diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c
index ece5d1d..0854bc4 100644
--- a/src/hostname/hostnamed.c
+++ b/src/hostname/hostnamed.c
@@ -360,9 +360,6 @@ static int property_get_chassis(
         else
                 name = c->data[PROP_CHASSIS];
 
-        if(!name)
-                name = "";
-
         r = sd_bus_message_append(reply, "s", name);
         if (r < 0)
                 return r;



More information about the systemd-commits mailing list