| From: |
| Max Kellermann <max@duempel.org> |
| To: |
| netfilter-devel@lists.netfilter.org |
| Subject: |
| [PATCH pom-ng 3/6] H.323: minor code style fixes |
| Date: |
| Wed, 11 May 2005 00:52:23 +0200 |
| Cc: |
| laforge@gnumonks.org |
| Archive-link: |
| Article,
Thread
|
h323-03-code_style.patch
- minor code style fixes
Tue Apr 19 22:46:24 CEST 2005 max@duempel.org
* minor code style fixes
diff -rN -u old-h323-4/h323-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_conntrack_h323.c
new-h323-4/h323-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_conntrack_h323.c
--- old-h323-4/h323-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_conntrack_h323.c 2005-05-10
23:48:35.000000000 +0200
+++ new-h323-4/h323-conntrack-nat/linux-2.6.11/net/ipv4/netfilter/ip_conntrack_h323.c 2005-05-10
23:48:35.000000000 +0200
@@ -160,7 +160,8 @@
}
/* H.245 helper is not registered! */
-static struct ip_conntrack_helper h245 = {
+static struct ip_conntrack_helper h245 =
+{
.name = "H.245",
.max_expected = 8,
.timeout = 240,
@@ -419,7 +420,8 @@
return ret;
}
-static struct ip_conntrack_helper h225 = {
+static struct ip_conntrack_helper h225 =
+{
.name = "H.225",
.me = THIS_MODULE,
.max_expected = 2,