From d27efd93841a2ac2127fd53321368cc3f975c564 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Feb 2015 15:05:34 +0100 Subject: bus-proxy: we don't pointlessly abbreviate function names It's fine to abbreviate local variables, but it's not OK to abbreviate function names needlessly. This is not an excercise in writing unreadable code. --- src/bus-proxyd/proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bus-proxyd/proxy.h') diff --git a/src/bus-proxyd/proxy.h b/src/bus-proxyd/proxy.h index 21c34f1d38..913d47071b 100644 --- a/src/bus-proxyd/proxy.h +++ b/src/bus-proxyd/proxy.h @@ -34,7 +34,7 @@ struct Proxy { int local_in; int local_out; - sd_bus *dest_bus; + sd_bus *destination_bus; Set *owned_names; SharedPolicy *policy; -- cgit v1.2.3-54-g00ecf