summaryrefslogtreecommitdiffstats
path: root/src/gnss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnss.c')
-rw-r--r--src/gnss.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gnss.c b/src/gnss.c
index e0c17e6a..20552d21 100644
--- a/src/gnss.c
+++ b/src/gnss.c
@@ -144,8 +144,7 @@ static DBusMessage *gnss_register_agent(DBusConnection *conn,
return __ofono_error_invalid_format(msg);
gnss->posr_agent = gnss_agent_new(agent_path,
- dbus_message_get_sender(msg),
- FALSE);
+ dbus_message_get_sender(msg));
if (gnss->posr_agent == NULL)
return __ofono_error_failed(msg);