aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/httpdigest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auth/factotum/httpdigest.c')
-rw-r--r--src/cmd/auth/factotum/httpdigest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/auth/factotum/httpdigest.c b/src/cmd/auth/factotum/httpdigest.c
index 70815a56..4f05b6d6 100644
--- a/src/cmd/auth/factotum/httpdigest.c
+++ b/src/cmd/auth/factotum/httpdigest.c
@@ -114,6 +114,6 @@ Proto httpdigest =
"httpdigest",
hdroles,
"user? realm? !password?",
- nil,
- nil
+ 0,
+ 0
};