fixed bug on win32 not been able to use session bus with --config-file option
authorRalf Habacker <ralf.habacker@freenet.de>
Tue, 9 Feb 2010 07:37:50 +0000 (08:37 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 9 Feb 2010 07:37:50 +0000 (08:37 +0100)
commit523e01827eac49ec30afa173d31cdeee4be6381a
tree237317a894721641571ad7b5395da1950e436874
parent27a46ea9cbf8d32882550a78c13e87a2bb6d1442
fixed bug on win32 not been able to use session bus with --config-file option

Internal setup of session bus type was bound to the presence of the --session
command line parameter which prevents to use the --config-file parameter for
session bus setup.
bus/main.c