From d98a405d8fc5e9b3e5919b63c7498e6b11989663 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 23 Mar 2007 21:15:40 +0000 Subject: network: Added invalid service class verification for Manager.CreateConnection --- network/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/connection.h') diff --git a/network/connection.h b/network/connection.h index 0726ec6c..70966b2c 100644 --- a/network/connection.h +++ b/network/connection.h @@ -21,4 +21,4 @@ * */ int connection_register(DBusConnection *conn, const char *path, - const char *addr, const char *uuid); + const char *addr, uint16_t id); -- cgit