| 1191 | struct credentials; |
| 1192 | |
| 1193 | static void drop_privileges(struct credentials *cred UNUSED) |
| 1194 | { |
| 1195 | /* nothing */ |
| 1196 | } |
| 1197 | |
| 1198 | static struct credentials *prepare_credentials(const char *user_name UNUSED, |
| 1199 | const char *group_name UNUSED) |