summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>2014-05-06 11:58:54 +0100
committerRay Strode <rstrode@redhat.com>2014-05-06 08:19:12 -0400
commit9932f260c4aa5f941e1f6ad469397d0dcb1adae5 (patch)
tree282aeb2c9938181f61ac0bb643ee7963a9bd9113
parent6ae0d67011d5bd1e101c001010d4bb98a3ce5078 (diff)
upstart-bridge: do not generate naked job-name update messages.
-rw-r--r--src/upstart-bridge/plymouth-upstart-bridge.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/upstart-bridge/plymouth-upstart-bridge.c b/src/upstart-bridge/plymouth-upstart-bridge.c
index a92690de..1f86caae 100644
--- a/src/upstart-bridge/plymouth-upstart-bridge.c
+++ b/src/upstart-bridge/plymouth-upstart-bridge.c
@@ -147,8 +147,6 @@ update_status (state_t *state,
const char *action,
bool is_okay)
{
- ply_boot_client_update_daemon (state->client, job->name, NULL, NULL, state);
-
if (job->description == NULL)
return;