aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'odmr.c')
-rw-r--r--odmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/odmr.c b/odmr.c
index 1f3708d2..4c3d2322 100644
--- a/odmr.c
+++ b/odmr.c
@@ -62,7 +62,7 @@ static int odmr_getrange(int sock, struct query *ctl, const char *id,
*bytes = *countp = *newp = -1;
/* authenticate via CRAM-MD5 */
- ok = do_cram_md5(sock, ctl);
+ ok = do_cram_md5(sock, "AUTH", ctl);
if (ok)
return(ok);