hipl-core team mailing list archive
-
hipl-core team
-
Mailing list archive
-
Message #00201
[Branch ~christof-mroz/hipl/hipfw-performance] Rev 4944: Fix "switch(" -> "switch ("
------------------------------------------------------------
revno: 4944
committer: Christof Mroz <christof.mroz@xxxxxxxxxxxxxx>
branch nick: hipfw-performance
timestamp: Wed 2010-09-15 16:10:32 +0200
message:
Fix "switch(" -> "switch ("
modified:
firewall/conntrack.c
--
lp:~christof-mroz/hipl/hipfw-performance
https://code.launchpad.net/~christof-mroz/hipl/hipfw-performance
Your team HIPL core team is subscribed to branch lp:~christof-mroz/hipl/hipfw-performance.
To unsubscribe from this branch go to https://code.launchpad.net/~christof-mroz/hipl/hipfw-performance/+edit-subscription
=== modified file 'firewall/conntrack.c'
--- firewall/conntrack.c 2010-09-15 14:03:22 +0000
+++ firewall/conntrack.c 2010-09-15 14:10:32 +0000
@@ -353,7 +353,7 @@
return 0;
}
- switch(esp_tuple->tuple->hook) {
+ switch (esp_tuple->tuple->hook) {
case NF_IP_LOCAL_IN:
table = "HIPFW-INPUT";
break;