Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/libsaslc/dist/src obvious pasto from Ano...



details:   https://anonhg.NetBSD.org/src/rev/95f62d7fc641
branches:  trunk
changeset: 759873:95f62d7fc641
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 18 18:22:24 2010 +0000

description:
obvious pasto from Anon Ymous

diffstat:

 crypto/external/bsd/libsaslc/dist/src/mech_digestmd5.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 97010c412d40 -r 95f62d7fc641 crypto/external/bsd/libsaslc/dist/src/mech_digestmd5.c
--- a/crypto/external/bsd/libsaslc/dist/src/mech_digestmd5.c    Sat Dec 18 15:54:27 2010 +0000
+++ b/crypto/external/bsd/libsaslc/dist/src/mech_digestmd5.c    Sat Dec 18 18:22:24 2010 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index