Module Name: src
Committed By: christos
Date: Sat Dec 18 18:22:24 UTC 2010
Modified Files:
src/crypto/external/bsd/sasl_client_lib/dist/src: mech_digestmd5.c
Log Message:
obvious pasto from Anon Ymous
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/external/bsd/sasl_client_lib/dist/src/mech_digestmd5.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/sasl_client_lib/dist/src/mech_digestmd5.c
diff -u src/crypto/external/bsd/sasl_client_lib/dist/src/mech_digestmd5.c:1.1.1.1 src/crypto/external/bsd/sasl_client_lib/dist/src/mech_digestmd5.c:1.2
--- src/crypto/external/bsd/sasl_client_lib/dist/src/mech_digestmd5.c:1.1.1.1 Sat Nov 27 16:23:59 2010
+++ src/crypto/external/bsd/sasl_client_lib/dist/src/mech_digestmd5.c Sat Dec 18 13:22:24 2010
@@ -1,4 +1,4 @@
-/* $Id: mech_digestmd5.c,v 1.1.1.1 2010/11/27 21:23:59 agc Exp $ */
+/* $Id: mech_digestmd5.c,v 1.2 2010/12/18 18:22:24 christos Exp $ */
/* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -544,7 +544,7 @@
}
if ((pass = saslc_sess_getprop(sess,
- SASLC_DIGEST_MD5_AUTHZID)) == NULL) {
+ SASLC_DIGEST_MD5_PASSWORD)) == NULL) {
saslc__error_set(ERR(sess), ERROR_MECH,
"password is required for an authentication");
return MECH_ERROR;