gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 31 Oct 2004 21:29:56 +0100

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv13934

Modified Files:
        gsasl.h.in 
Log Message:
Typo.


--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/10/31 19:50:42     1.44
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/10/31 20:29:56     1.45
@@ -133,8 +133,8 @@
     GSASL_PIN = 10,
     /* Server validation callback properties. */
     GSASL_VALIDATE_SIMPLE = 500,
-    GSASL_VALIDATE_ANONYMOUS = 501,
-    GSASL_VALIDATE_EXTERNAL = 502,
+    GSASL_VALIDATE_EXTERNAL = 501,
+    GSASL_VALIDATE_ANONYMOUS = 502,
     GSASL_VALIDATE_GSSAPI = 503,
     GSASL_VALIDATE_SECURID = 504
   } Gsasl_property;





reply via email to

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