diff --git a/lustre/smfs/audit_transfer.c b/lustre/smfs/audit_transfer.c
index 0436ce28e4ad927c3bcbf047a9813c573b9871f8..59db856b786f57866bdc5e9ce5d96a360f69f41e 100644
--- a/lustre/smfs/audit_transfer.c
+++ b/lustre/smfs/audit_transfer.c
@@ -157,7 +157,7 @@ transfer_record(struct obd_device *obd, struct audit_record *rec, int type, void
                         break;
         }
         
-        if (0 && audit_id2name) {
+        if (audit_id2name) {
                 char *name = NULL;
                 struct lustre_id id;
                 int namelen = 0;