summaryrefslogtreecommitdiffstats
path: root/src/sbmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbmgr.c')
-rw-r--r--src/sbmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbmgr.c b/src/sbmgr.c
index b115a1e..2a3502c 100644
--- a/src/sbmgr.c
+++ b/src/sbmgr.c
@@ -131,7 +131,7 @@ void sbmgr_save(const char *uuid)
GError *error = NULL;
sbservices_client_t sbc;
- sbc = device_sbs_new(uuid, &error);
+ sbc = device_sbs_new(uuid, NULL, &error);
if (error) {
g_printerr("%s", error->message);