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: Thu, 14 Oct 2004 23:34:17 +0200

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

Modified Files:
        property.c 
Log Message:
Support GSASL_GSSAPI_DISPLAY_NAME.


--- /home/cvs/gsasl/lib/src/property.c  2004/10/14 19:06:40     1.12
+++ /home/cvs/gsasl/lib/src/property.c  2004/10/14 21:34:17     1.13
@@ -67,6 +67,10 @@
       p = &sctx->suggestedpin;
       break;
 
+    case GSASL_GSSAPI_DISPLAY_NAME:
+      p = &sctx->gssapi_display_name;
+      break;
+
     default:
       break;
     }





reply via email to

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