mirror of
https://github.com/systemd/systemd.git
synced 2026-07-18 21:40:14 +00:00
µhttp-util: fix compilation without gnutls
This commit is contained in:
@@ -297,7 +297,7 @@ int check_permissions(struct MHD_Connection *connection, int *code, char **hostn
|
||||
}
|
||||
|
||||
#else
|
||||
int check_permissions(struct MHD_Connection *connection, int *code) {
|
||||
int check_permissions(struct MHD_Connection *connection, int *code, char **hostname) {
|
||||
return -EPERM;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user