Merge commit 'vudentz/master'

This commit is contained in:
Lennart Poettering 2008-10-13 19:55:11 +02:00
commit 60c2a82462

View file

@ -346,7 +346,7 @@ static void load_module_for_device(struct userdata *u, struct device *d, const c
pa_m = pa_module_load(u->module->core, "module-bluetooth-device", args);
pa_xfree(args);
if (!m) {
if (!pa_m) {
pa_log_debug("Failed to load module for device %s", d->object_path);
return;
}