* Fixed instance-id multiple results

* Fixed last NACM write paths
This commit is contained in:
Olof hagsand 2020-04-22 14:00:40 +02:00
parent 04017c97ba
commit dc36282874
15 changed files with 806 additions and 211 deletions

View file

@ -273,11 +273,11 @@ expand_dbvar(void *h,
/*! List files in a directory
*/
int
expand_dir(char *dir,
int *nr,
expand_dir(char *dir,
int *nr,
char ***commands,
mode_t flags,
int detail)
mode_t flags,
int detail)
{
DIR *dirp;
struct dirent *dp;