diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-07-17 19:59:47 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-07-17 19:59:47 +0200 |
commit | f12ea7dad09366b2d6cc0c28609a72094a4c9353 (patch) | |
tree | 6314a6264996790dde279f7ab9bff2a22f4520fd /src/resolve | |
parent | b6b63571ae3eca1741d54172922961af972b8f20 (diff) |
resolved: remove unused variable
Diffstat (limited to 'src/resolve')
-rw-r--r-- | src/resolve/resolved-bus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resolve/resolved-bus.c b/src/resolve/resolved-bus.c index 642332790c..c5e298d21e 100644 --- a/src/resolve/resolved-bus.c +++ b/src/resolve/resolved-bus.c @@ -392,7 +392,6 @@ finish: static int bus_method_resolve_address(sd_bus *bus, sd_bus_message *message, void *userdata, sd_bus_error *error) { _cleanup_(dns_resource_key_free) DnsResourceKey key = {}; - _cleanup_free_ char *ip = NULL; Manager *m = userdata; uint8_t family; const void *d; |