X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Fcore%2Fstore_lookup.c;h=317be555b7be0560833fd056e47daf8e1d0e72e7;hp=557b93662f55d0ce4a83329112c98a2382b74a85;hb=f7b69fc811459ae37b86df61b1ee5b665d63a3f1;hpb=444db0c3fae176a18166120dd19a7e01ee95823c diff --git a/src/core/store_lookup.c b/src/core/store_lookup.c index 557b936..317be55 100644 --- a/src/core/store_lookup.c +++ b/src/core/store_lookup.c @@ -580,7 +580,7 @@ isnull_matcher_destroy(sdb_object_t *obj) static char * isnull_tostring(sdb_store_matcher_t *m, char *buf, size_t buflen) { - snprintf(buf, buflen, "(IS NULL, attr.%s)", ISNULL_M(m)->attr_name); + snprintf(buf, buflen, "(IS NULL, ATTR[%s])", ISNULL_M(m)->attr_name); return buf; } /* isnull_tostring */