linux/generic: update 2.6.36 kernel patches
authorAlexandros C. Couloumbis <alex@ozo.com>
Mon, 30 Aug 2010 08:58:50 +0000 (08:58 +0000)
committerAlexandros C. Couloumbis <alex@ozo.com>
Mon, 30 Aug 2010 08:58:50 +0000 (08:58 +0000)
SVN-Revision: 22844

target/linux/generic/patches-2.6.36/190-netfilter_rtsp.patch

index 68792936bb301286861099b59089df4526829aa8..e7fcefeb373c0cc1ec08ce9d5793faea4998385f 100644 (file)
 +    t = &exp->tuple;
 +    t->dst.u3.ip = newip;
 +
-+    extaddrlen = extip ? sprintf(szextaddr, "%u.%u.%u.%u", NIPQUAD(extip))
-+                       : sprintf(szextaddr, "%u.%u.%u.%u", NIPQUAD(newip));
++    extaddrlen = extip ? sprintf(szextaddr, "%u.%u.%u.%u", &extip)
++                       : sprintf(szextaddr, "%u.%u.%u.%u", &newip);
 +    DEBUGP("stunaddr=%s (%s)\n", szextaddr, (extip?"forced":"auto"));
 +
 +    rbuf1len = rbufalen = 0;
 +    newip = newdstip;
 +
 +    DEBUGP("newsrcip=%u.%u.%u.%u, newdstip=%u.%u.%u.%u, newip=%u.%u.%u.%u\n",
-+           NIPQUAD(newsrcip), NIPQUAD(newdstip), NIPQUAD(newip));
++           &newsrcip, &newdstip, &newip);
 +
 +    mr.rangesize = 1;
 +    // We don't want to manip the per-protocol, just the IPs.