gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/login


From: gsasl-commit
Subject: CVS gsasl/lib/login
Date: Tue, 21 Sep 2004 02:23:03 +0200

Update of /home/cvs/gsasl/lib/login
In directory dopio:/tmp/cvs-serv16201/lib/login

Modified Files:
        client.c 
Log Message:
Fix.

--- /home/cvs/gsasl/lib/login/client.c  2004/09/18 16:29:29     1.1
+++ /home/cvs/gsasl/lib/login/client.c  2004/09/21 00:23:03     1.2
@@ -57,7 +57,7 @@
   switch (state->step)
     {
     case 0:
-      p = gsasl_property_get (sctx, GSASL_CLIENT_AUTHZID);
+      p = gsasl_property_get (sctx, GSASL_AUTHZID);
       if (!p)
        return GSASL_NO_AUTHZID;
 
@@ -73,7 +73,7 @@
       break;
 
     case 1:
-      p = gsasl_property_get (sctx, GSASL_CLIENT_PASSWORD);
+      p = gsasl_property_get (sctx, GSASL_PASSWORD);
       if (!p)
        return GSASL_NO_PASSWORD;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]