diff options
Diffstat (limited to 'net/tipc/config.c')
-rw-r--r-- | net/tipc/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/config.c b/net/tipc/config.c index fa3d50860055..b25a396b7e1e 100644 --- a/net/tipc/config.c +++ b/net/tipc/config.c | |||
@@ -148,7 +148,7 @@ static struct sk_buff *cfg_enable_bearer(void) | |||
148 | 148 | ||
149 | args = (struct tipc_bearer_config *)TLV_DATA(req_tlv_area); | 149 | args = (struct tipc_bearer_config *)TLV_DATA(req_tlv_area); |
150 | if (tipc_enable_bearer(args->name, | 150 | if (tipc_enable_bearer(args->name, |
151 | ntohl(args->detect_scope), | 151 | ntohl(args->disc_domain), |
152 | ntohl(args->priority))) | 152 | ntohl(args->priority))) |
153 | return tipc_cfg_reply_error_string("unable to enable bearer"); | 153 | return tipc_cfg_reply_error_string("unable to enable bearer"); |
154 | 154 | ||