aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-09-24 16:36:09 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-09-24 16:36:09 +0200
commit21e4130e9e43a7d4d89f623b65eae3f40b29e2ed (patch)
tree10bd964eb0d519e4fa686b562763336a78c82920
parent2a7709d8a26d2dd193bef938a9abe266739ef03e (diff)
main.c: Fix invalid argument
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index e42236d..95a5927 100644
--- a/main.c
+++ b/main.c
@@ -2533,7 +2533,7 @@ int main(int argc, char *argv[])
{
.length = check_length,
.tmpdir = tmpdir,
- .user = ua.a,
+ .user = &ua,
.post =
{
/* Arbitrary limit. */