diff options
Diffstat (limited to 'net/atm/signaling.c')
| -rw-r--r-- | net/atm/signaling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/signaling.c b/net/atm/signaling.c index 4fd6af47383a..adb6e3d21b1e 100644 --- a/net/atm/signaling.c +++ b/net/atm/signaling.c | |||
| @@ -124,7 +124,7 @@ as_indicate_complete: | |||
| 124 | break; | 124 | break; |
| 125 | case as_addparty: | 125 | case as_addparty: |
| 126 | case as_dropparty: | 126 | case as_dropparty: |
| 127 | sk->sk_err_soft = msg->reply; | 127 | sk->sk_err_soft = -msg->reply; |
| 128 | /* < 0 failure, otherwise ep_ref */ | 128 | /* < 0 failure, otherwise ep_ref */ |
| 129 | clear_bit(ATM_VF_WAITING, &vcc->flags); | 129 | clear_bit(ATM_VF_WAITING, &vcc->flags); |
| 130 | break; | 130 | break; |
