summaryrefslogtreecommitdiffstats
path: root/loader/net.c
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-08-28 17:52:24 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-08-28 17:52:24 -1000
commit1c6d1195c4007999d4e5e9c6928d79f9e02ba0cf (patch)
treeefb076cb0112ad944e080924fb04a28890f9c071 /loader/net.c
parent461ed3c54483165599b59e20afc84c73ddd34f61 (diff)
downloadanaconda-1c6d1195c4007999d4e5e9c6928d79f9e02ba0cf.tar.gz
anaconda-1c6d1195c4007999d4e5e9c6928d79f9e02ba0cf.tar.xz
anaconda-1c6d1195c4007999d4e5e9c6928d79f9e02ba0cf.zip
Don't pass NULL to dbus_message_unref()
Diffstat (limited to 'loader/net.c')
-rw-r--r--loader/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/net.c b/loader/net.c
index 18f9699f0..9ca88e3bb 100644
--- a/loader/net.c
+++ b/loader/net.c
@@ -1808,7 +1808,6 @@ int get_connection(iface_t *iface) {
}
dbus_message_unref(message);
- dbus_message_unref(reply);
return 6;
}