Revision: 14931
Author:   adrian.chadd
Date:     Fri Jul 22 08:10:10 2011
Log:      Fix wrapping

http://code.google.com/p/lusca-cache/source/detail?r=14931

Modified:
 /playpen/LUSCA_HEAD_ipv6/lib/rfc1035.c

=======================================
--- /playpen/LUSCA_HEAD_ipv6/lib/rfc1035.c      Thu Jan 20 17:57:31 2011
+++ /playpen/LUSCA_HEAD_ipv6/lib/rfc1035.c      Fri Jul 22 08:10:10 2011
@@ -667,7 +667,8 @@
 }

 ssize_t
-rfc1035BuildAAAAQuery(const char *hostname, char *buf, size_t sz, unsigned short qid, rfc1035_query * query)
+rfc1035BuildAAAAQuery(const char *hostname, char *buf, size_t sz,
+    unsigned short qid, rfc1035_query * query)
 {
        static rfc1035_message h;
        size_t offset = 0;

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to