~ubuntu-branches/ubuntu/quantal/maradns/quantal

« back to all changes in this revision

Viewing changes to update/1.4.07/maradns-2.0.01-fetchzone.patch

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-01-12 23:35:38 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20120112233538-5jkaqrh9nbqtf1ey
Tags: upstream-2.0.04+really1.4.09
ImportĀ upstreamĀ versionĀ 2.0.04+really1.4.09

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- maradns-2.0.01/tcp/fetchzone.c      2010-08-28 16:37:11.000000000 -0600
 
2
+++ maradns-2.0.02/tcp/fetchzone.c      2011-02-05 12:34:19.000000000 -0700
 
3
@@ -344,7 +344,7 @@
 
4
                     rr.name->string--;
 
5
                     rr.name->unit_count++;
 
6
                     p = (unsigned short *)get->string;
 
7
-                    printf(" +%u aaaa %x:%x:%x:%x%x:%x:%x:%x: ~ \n",rr.ttl,
 
8
+                    printf(" +%u aaaa %x:%x:%x:%x:%x:%x:%x:%x: ~ \n",rr.ttl,
 
9
                            htons(*(p)), htons(*(p + 1)),htons(*(p + 2)), htons(*(p + 3)),
 
10
                            htons(*(p + 4)), htons(*(p + 5)), htons(*(p + 6)), htons(*(p +7)));
 
11
                     }