aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorHemant Ramdasi <hemant.ramdasi@stericsson.com>2010-05-13 14:23:18 +0530
committerJohn Rigby <john.rigby@linaro.org>2010-09-02 22:45:20 -0600
commit260994515d76f54872f11f7d2e54f4c1ad5c138e (patch)
tree543b63fe185c25d33f1c4b90865a9f687c6b4088 /net
parent34b2a71ad89a20fdadd8af27473064620f17ce43 (diff)
Patch for APN change network disconnect issue.
Change-Id: I2a93172aa79498f68d12e0b5fed030381a8b7e5a Signed-off-by: B Sampath Kumar <sampath.kumar@stericsson.com>
Diffstat (limited to 'net')
-rwxr-xr-xnet/phonet/pep.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/phonet/pep.c b/net/phonet/pep.c
index 0e0fbe4dbe0..ce4ee608377 100755
--- a/net/phonet/pep.c
+++ b/net/phonet/pep.c
@@ -106,8 +106,10 @@ static int pep_reply(struct sock *sk, struct sk_buff *oskb,
ph->pipe_handle = oph->pipe_handle;
ph->error_code = code;
- pipe_srv.spn_dev = ph->pipe_handle;
- pipe_srv.spn_obj = ph->pipe_handle;
+ /* pipe_srv.spn_dev = ph->pipe_handle; */
+ /* pipe_srv.spn_obj = ph->pipe_handle; */
+ pipe_srv.spn_dev = 0;
+ pipe_srv.spn_obj = 0;
return pn_skb_send(sk, skb, &pipe_srv);
}