gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/gssapi


From: gsasl-commit
Subject: CVS gsasl/lib/gssapi
Date: Thu, 14 Oct 2004 21:06:40 +0200

Update of /home/cvs/gsasl/lib/gssapi
In directory dopio:/tmp/cvs-serv3250/lib/gssapi

Modified Files:
        client.c 
Log Message:
Support service and hostname properties.


--- /home/cvs/gsasl/lib/gssapi/client.c 2004/10/13 16:23:30     1.7
+++ /home/cvs/gsasl/lib/gssapi/client.c 2004/10/14 19:06:40     1.8
@@ -98,12 +98,12 @@
     {
       const char *service, *hostname;
 
-      service = gsasl_property_get (sctx, GSASL_CLIENT_SERVICE);
+      service = gsasl_property_get (sctx, GSASL_SERVICE);
       if (!service)
        return GSASL_NO_SERVICE;
 
-      hostname = gsasl_property_get (sctx, GSASL_CLIENT_HOSTNAME);
-      if (!service)
+      hostname = gsasl_property_get (sctx, GSASL_HOSTNAME);
+      if (!hostname)
        return GSASL_NO_HOSTNAME;
 
       /* FIXME: Use asprintf. */





reply via email to

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