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: Sun, 31 Oct 2004 20:15:59 +0100

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

Modified Files:
        server.c 
Log Message:
Fix warnings.


--- /home/cvs/gsasl/lib/gssapi/server.c 2004/10/14 22:14:42     1.9
+++ /home/cvs/gsasl/lib/gssapi/server.c 2004/10/31 19:15:59     1.10
@@ -150,7 +150,7 @@
       /* fall through */
 
     case 1:
-      bufdesc1.value = /*XXX*/ (char *) input;
+      bufdesc1.value = (void *) input;
       bufdesc1.length = input_len;
       if (state->client)
        {
@@ -210,7 +210,7 @@
       break;
 
     case 3:
-      bufdesc1.value = /*XXX*/ (char *) input;
+      bufdesc1.value = (void *) input;
       bufdesc1.length = input_len;
       maj_stat = gss_unwrap (&min_stat, state->context, &bufdesc1,
                             &bufdesc2, NULL, NULL);





reply via email to

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