Move clixon CI from travis to github actions

This commit is contained in:
Olof hagsand 2021-06-16 13:05:51 +02:00
parent b40dafb691
commit 113f92ab41
5 changed files with 29 additions and 15 deletions

View file

@ -115,7 +115,6 @@ clicon_file_dirent(const char *dir,
int direntStructSize;
#endif
clicon_debug(1, "%s", __FUNCTION__);
*ent = NULL;
nent = 0;
if (regexp && (res = regcomp(&re, regexp, REG_EXTENDED)) != 0) {