projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3ba88
)
[NETFILTER]: PPTP helper: fix sstate/cstate typo
author
Alexey Dobriyan
<
[email protected]
>
Mon, 29 May 2006 05:51:05 +0000
(22:51 -0700)
committer
David S. Miller
<
[email protected]
>
Mon, 29 May 2006 05:51:05 +0000
(22:51 -0700)
Signed-off-by: Alexey Dobriyan <
[email protected]
>
Signed-off-by: Patrick McHardy <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/ipv4/netfilter/ip_conntrack_helper_pptp.c
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
b/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
index 7d3ba4302e9e3ef0463c79d7e175eed53eb6e4d0..8ccfe17bb253353693bb745c5c9fceff8ffa7de1 100644
(file)
--- a/
net/ipv4/netfilter/ip_conntrack_helper_pptp.c
+++ b/
net/ipv4/netfilter/ip_conntrack_helper_pptp.c
@@
-469,8
+469,8
@@
pptp_inbound_pkt(struct sk_buff **pskb,
DEBUGP("%s but no session\n", pptp_msg_name[msg]);
break;
}
- if (info->
s
state != PPTP_CALL_IN_REP
- && info->
s
state != PPTP_CALL_IN_CONF) {
+ if (info->
c
state != PPTP_CALL_IN_REP
+ && info->
c
state != PPTP_CALL_IN_CONF) {
DEBUGP("%s but never sent IN_CALL_REPLY\n",
pptp_msg_name[msg]);
break;