X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bus%2Ftest.c;h=d669708507e35b18692c2298f490c1ced1df36c3;hb=fa05de9230d62e7c427b5313796fc6ccd4d0ff60;hp=c492ccccf033afb186354772d8749555af757d1d;hpb=7af59334331fbd097a24c4942c75181882b96747;p=platform%2Fupstream%2Fdbus.git diff --git a/bus/test.c b/bus/test.c index c492ccc..d669708 100644 --- a/bus/test.c +++ b/bus/test.c @@ -296,7 +296,7 @@ bus_context_new_test (const DBusString *test_data_dir, DBusString relative; BusContext *context; - if (!_dbus_string_init (&config_file, _DBUS_INT_MAX)) + if (!_dbus_string_init (&config_file)) { _dbus_warn ("No memory\n"); return NULL;