Hi All,

Non void function static int services_verify_systemd(struct service_list
*service_list) doesn't return value at the end

I think this has been forgotten.

Regards,

Joop.

I've attached a patch.
diff -Naur dovecot-2.1.6.orig/src/master/service-listen.c dovecot-2.1.6/src/master/service-listen.c
--- dovecot-2.1.6.orig/src/master/service-listen.c	2012-05-04 23:14:02.000000000 +0200
+++ dovecot-2.1.6/src/master/service-listen.c	2012-05-13 09:31:17.000000000 +0200
@@ -324,6 +324,7 @@
 			}
 		}
 	}
+	return 0;
 }
 #endif
 

Reply via email to