------------------------------------------------------------
revno: 4944
committer: Christof Mroz <[email protected]>
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;
_______________________________________________
Mailing list: https://launchpad.net/~hipl-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~hipl-core
More help : https://help.launchpad.net/ListHelp