diff --git a/obexd/client/pbap.c b/obexd/client/pbap.c
index 57632b4..28203a8 100644
--- a/obexd/client/pbap.c
+++ b/obexd/client/pbap.c
char value[33];
const char *pvalue = value;
- if (!pbap->databaseid)
- return FALSE;
-
if (u128_to_string(pbap->databaseid, value, sizeof(value)) < 0)
return FALSE;
char value[33];
const char *pvalue = value;
- if (!pbap->primary)
- return FALSE;
-
if (u128_to_string(pbap->primary, value, sizeof(value)) < 0)
return FALSE;
char value[33];
const char *pvalue = value;
- if (!pbap->secondary)
- return FALSE;
-
if (u128_to_string(pbap->secondary, value, sizeof(value)) < 0)
return FALSE;