chiark / gitweb /
bus-proxy: we don't pointlessly abbreviate function names
[elogind.git] / src / bus-proxyd / stdio-bridge.c
index 434a989bfcc814790c2a4037dc89b4e4f957b4cf..9fb3e9fc49db3f55c64fbffae54aec3f9d951731 100644 (file)
@@ -246,7 +246,7 @@ int main(int argc, char *argv[]) {
         if (r < 0)
                 goto finish;
 
-        r = rename_service(p->dest_bus, p->local_bus);
+        r = rename_service(p->destination_bus, p->local_bus);
         if (r < 0)
                 log_debug_errno(r, "Failed to rename process: %m");