Fix BSD and Sun problems after coverity fixes

This commit is contained in:
Ulrich Wilkens
2018-05-31 22:47:27 +02:00
committed by Jon Trulson
parent 15fb8cea03
commit 16fbb15ecc
12 changed files with 31 additions and 16 deletions

View File

@@ -428,7 +428,7 @@ config_attachment(
attachment = &(obj->attachments->south);
break;
default:
return;
return OK;
}
if (attachment->type == AB_ATTACH_OBJ)
{