aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/httpdigest.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-15 16:11:47 +0000
committerrsc <devnull@localhost>2005-03-15 16:11:47 +0000
commit1f8a80722f44d9c24c4a48d21a944947c9a34b96 (patch)
treea5f0fbf0631e7470154eaed08e1e30e7a01bfd0a /src/cmd/auth/factotum/httpdigest.c
parentb3e7c02689557df3c65103a87ac3458ee003422f (diff)
downloadplan9port-1f8a80722f44d9c24c4a48d21a944947c9a34b96.tar.gz
plan9port-1f8a80722f44d9c24c4a48d21a944947c9a34b96.tar.bz2
plan9port-1f8a80722f44d9c24c4a48d21a944947c9a34b96.zip
appease sun
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
};