Add gid to clixon_process_register() for drop privs

This commit is contained in:
Olof hagsand 2023-06-02 13:38:00 +02:00
parent 080eef0278
commit 8598fca688
6 changed files with 28 additions and 14 deletions

View file

@ -125,9 +125,9 @@ clicon_strsep(char *string,
* @retval NULL Failure
*/
char *
clicon_strjoin(int argc,
char **argv,
char *delim)
clicon_strjoin(int argc,
char **argv,
char *delim)
{
int i;
int len;