Lines 305-315
main (int argc,
Link Here
|
305 |
goto out; |
305 |
goto out; |
306 |
} |
306 |
} |
307 |
|
307 |
|
308 |
if (! acquire_name_on_proxy (bus_proxy) ) { |
|
|
309 |
g_warning ("Could not acquire name; bailing out"); |
310 |
goto out; |
311 |
} |
312 |
|
313 |
g_debug ("initializing console-kit-daemon %s", VERSION); |
308 |
g_debug ("initializing console-kit-daemon %s", VERSION); |
314 |
|
309 |
|
315 |
create_pid_file (); |
310 |
create_pid_file (); |
Lines 320-325
main (int argc,
Link Here
|
320 |
goto out; |
315 |
goto out; |
321 |
} |
316 |
} |
322 |
|
317 |
|
|
|
318 |
if (! acquire_name_on_proxy (bus_proxy) ) { |
319 |
g_warning ("Could not acquire name; bailing out"); |
320 |
goto out; |
321 |
} |
322 |
|
323 |
loop = g_main_loop_new (NULL, FALSE); |
323 |
loop = g_main_loop_new (NULL, FALSE); |
324 |
|
324 |
|
325 |
g_signal_connect (bus_proxy, |
325 |
g_signal_connect (bus_proxy, |