Fix droute_add_one / caching (0.3.6 regression)
authorMike Gorse <mgorse@novell.com>
Sun, 15 Aug 2010 22:12:24 +0000 (18:12 -0400)
committerMike Gorse <mgorse@novell.com>
Sun, 15 Aug 2010 22:12:24 +0000 (18:12 -0400)
droute/droute.c

index 643ab11..a6fe157 100644 (file)
@@ -176,7 +176,7 @@ droute_add_one (DRouteContext *cnx,
     DRoutePath *new_path;
     gboolean registered;
 
-    new_path = path_new (cnx, NULL, NULL, (void *) data, NULL);
+    new_path = path_new (cnx, (void *)data, NULL, NULL, NULL);
 
     registered = dbus_connection_register_object_path (cnx->bus, path, &droute_vtable, new_path);
     if (!registered)