gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/digest-md5


From: gsasl-commit
Subject: CVS gsasl/lib/digest-md5
Date: Sun, 19 Dec 2004 06:58:06 +0100

Update of /home/cvs/gsasl/lib/digest-md5
In directory dopio:/tmp/cvs-serv32474

Modified Files:
        printer.c 
Log Message:
Fix.


--- /home/cvs/gsasl/lib/digest-md5/printer.c    2004/12/19 05:36:42     1.2
+++ /home/cvs/gsasl/lib/digest-md5/printer.c    2004/12/19 05:58:05     1.3
@@ -63,7 +63,7 @@
     }
 
   if (c->servermaxbuf)
-    if (asprintf (&maxbuf, "maxbuf=\"%lu\"", c->servermaxbuf) < 0)
+    if (asprintf (&maxbuf, "maxbuf=%lu", c->servermaxbuf) < 0)
       goto end;
 
   if (asprintf (&out, "%s, nonce=\"%s\", %s%s%s%s%s, %s, "
@@ -121,7 +121,7 @@
     qop = "";
 
   if (r->clientmaxbuf)
-    if (asprintf (&maxbuf, "maxbuf=\"%lu\"", r->clientmaxbuf) < 0)
+    if (asprintf (&maxbuf, "maxbuf=%lu", r->clientmaxbuf) < 0)
       goto end;
 
   if (r->cipher & DIGEST_MD5_CIPHER_3DES)





reply via email to

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