dbus/test test-service.c,1.24,1.25

Havoc Pennington hp at kemper.freedesktop.org
Tue Aug 29 18:27:46 PDT 2006


Update of /cvs/dbus/dbus/test
In directory kemper:/tmp/cvs-serv19016/test

Modified Files:
	test-service.c 
Log Message:
2006-08-29  Havoc Pennington  <hp at redhat.com>

	* test/test-service.c (path_message_func): fix lack of return value

	* dbus/dbus-sysdeps.c (_dbus_printf_string_upper_bound): fix
	formatting, remove #ifdef, and fix docs. #ifdef doesn't make
	any more sense than on anything else in this file.
	(_dbus_get_tmpdir): add const to return value, and keep the
	results of the various getenv around in a static variable.



Index: test-service.c
===================================================================
RCS file: /cvs/dbus/dbus/test/test-service.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- test-service.c	14 Aug 2006 19:11:35 -0000	1.24
+++ test-service.c	30 Aug 2006 01:27:44 -0000	1.25
@@ -293,6 +293,8 @@
         
         if (!dbus_connection_send (connection, reply, NULL))
           die ("No memory");
+
+        return DBUS_HANDLER_RESULT_HANDLED;
     }
   else
     return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;



More information about the dbus-commit mailing list