7.2.0 changes

This commit is contained in:
Olof hagsand 2024-10-28 13:53:39 +01:00
parent 0307aa5374
commit 469bfdd3f2
5 changed files with 23 additions and 22 deletions

View file

@ -341,12 +341,8 @@ main(int argc,
char *argv0 = argv[0];
clixon_handle h;
int logdst = CLIXON_LOG_STDERR;
#if 1
struct passwd pw = {0,};
struct passwd *pwresult = NULL;
#else
struct passwd *pw;
#endif
yang_stmt *yspec = NULL;
char *str;
uint32_t id;