From 6c8ea34fd945103e2f998403fea68bb0006e8057 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 6 Nov 2013 13:38:28 +0100 Subject: [PATCH] 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. --- src/hostname/hostnamed.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index ece5d1d41..0854bc412 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; -- 2.30.2