Skip to content

Commit

Permalink
add return 0 into become_user_permanently()
Browse files Browse the repository at this point in the history
  • Loading branch information
pgajdos authored and dgsga committed May 19, 2024
1 parent 049411b commit 64da5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/afpd/afprun.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ static int become_user_permanently(uid_t uid, gid_t gid)
return -1;
}
#endif
return 0;
}

/****************************************************************************
Expand Down

0 comments on commit 64da5b5

Please sign in to comment.