[systemd-devel] syntax error in master

Colin Walters walters at verbum.org
Tue Nov 11 06:31:03 PST 2014


See: http://build.gnome.org/continuous/buildmaster/builds/2014/11/11/23/build/log-systemd.txt

Perhaps something like this?

diff --git a/src/bus-proxyd/bus-proxyd.c b/src/bus-proxyd/bus-proxyd.c
index c5aeaac..afee131 100644
--- a/src/bus-proxyd/bus-proxyd.c
+++ b/src/bus-proxyd/bus-proxyd.c
@@ -1466,11 +1466,11 @@ int main(int argc, char *argv[]) {
                                                 if (k == -ECONNRESET)
                                                         r = 0;
                                                 else {
-
-                                                k = process_policy(a, b, m, p, &ucred);
-                                                if (k < 0) {
-                                                        r = k;
-                                                        log_error("Failed to send message: %s", strerror(-r));
+                                                        k = process_policy(a, b, m, p, &ucred);
+                                                        if (k < 0) {
+                                                                r = k;
+                                                                log_error("Failed to send message: %s", strerror(-r));
+                                                        }
                                                 }
 
                                                 goto finish;


More information about the systemd-devel mailing list