summaryrefslogtreecommitdiffstats
path: root/plugins/omhdfs/omhdfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/omhdfs/omhdfs.c')
-rw-r--r--plugins/omhdfs/omhdfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omhdfs/omhdfs.c b/plugins/omhdfs/omhdfs.c
index 71080585..5d28d5dd 100644
--- a/plugins/omhdfs/omhdfs.c
+++ b/plugins/omhdfs/omhdfs.c
@@ -316,6 +316,7 @@ CODESTARTparseSelectorAct
}
CHKiRet(fileObjConstruct(&pData->pFile));
+ CHKmalloc(pData->pFile->name = (uchar*)strdup((char*)fileName));
if(hdfsHost == NULL) {
CHKmalloc(pData->pFile->hdfsHost = strdup("default"));
} else {