diff options
Diffstat (limited to 'common/src/tfe_scan.cpp')
| -rw-r--r-- | common/src/tfe_scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/tfe_scan.cpp b/common/src/tfe_scan.cpp index 5dc0bff..ebcdc36 100644 --- a/common/src/tfe_scan.cpp +++ b/common/src/tfe_scan.cpp @@ -211,7 +211,7 @@ int tfe_scan_fqdn_tags(const struct tfe_stream *stream, uuid_t *result, struct m { memset(&objects, 0, sizeof(objects)); uuid_copy(objects.object_uuid, opt_val[i]); - scan_ret = scan_object(result, scan_mid, hit_cnt, objects, "TSG_OBJ_FQDN", "SERVER_FQDN"); + scan_ret = scan_object(result, scan_mid, hit_cnt, objects, "TSG_OBJ_FQDN", "DESTINATION_FQDN"); if (scan_ret > 0) { char result_str[UUID_STRING_SIZE]={0}; |
