[rygel/rygel-0-30] rygel: Do not pass null to DBus
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-30] rygel: Do not pass null to DBus
- Date: Mon, 11 Apr 2016 16:48:34 +0000 (UTC)
commit f3186f20b414f4ee62e3d6eadf84a28ec495ed09
Author: Jens Georg <mail jensge org>
Date: Thu Mar 31 22:37:12 2016 +0200
rygel: Do not pass null to DBus
Signed-off-by: Jens Georg <mail jensge org>
src/rygel/rygel-acl.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-acl.vala b/src/rygel/rygel-acl.vala
index 5f5e1a5..7a2c18f 100644
--- a/src/rygel/rygel-acl.vala
+++ b/src/rygel/rygel-acl.vala
@@ -104,7 +104,7 @@ internal class Rygel.Acl : GLib.Object, GUPnP.Acl
service_hash,
path,
address,
- agent);
+ agent ?? "");
return allowed;
} catch (Error error) {
warning (_("Failed to query ACL: %s"), error.message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]