somewhere

This commit is contained in:
Dhanya Maliakal
2017-03-10 10:51:28 +01:00
parent 1e94ec0c6a
commit 300b014f73
4 changed files with 6 additions and 7 deletions

View File

@ -530,7 +530,7 @@ int slsReceiverTCPIPInterface::set_file_dir() {
else{
receiverBase->setFilePath(fPath);
retval = receiverBase->getFilePath();
if(retval == NULL){
if (retval == NULL || (strlen(fPath) && strcasecmp(fPath, retval))) {
ret = FAIL;
strcpy(mess,"receiver file path does not exist\n");
}