diff options
author | 2013-08-27 15:40:03 +0100 | |
---|---|---|
committer | 2013-08-27 15:40:03 +0100 | |
commit | dc1632321ba1e93dde25870e96cebe21b7d52517 (patch) | |
tree | d52d934c79b23f91654c571d983e1a6ec41b71fd /tools | |
parent | ASoC: Move call to snd_soc_dapm_new_widgets() after snd_soc_dapm_auto_nc_codec_pins() (diff) | |
parent | ASoC: dmic: Convert table based DAPM setup (diff) | |
download | linux-dev-dc1632321ba1e93dde25870e96cebe21b7d52517.tar.xz linux-dev-dc1632321ba1e93dde25870e96cebe21b7d52517.zip |
Merge remote-tracking branch 'asoc/topic/dmic' into asoc-core
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hv/hv_kvp_daemon.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c index ca9fa4d32e07..07819bfa7dba 100644 --- a/tools/hv/hv_kvp_daemon.c +++ b/tools/hv/hv_kvp_daemon.c @@ -1026,9 +1026,10 @@ kvp_get_ip_info(int family, char *if_name, int op, if (sn_offset == 0) strcpy(sn_str, cidr_mask); - else + else { + strcat((char *)ip_buffer->sub_net, ";"); strcat(sn_str, cidr_mask); - strcat((char *)ip_buffer->sub_net, ";"); + } sn_offset += strlen(sn_str) + 1; } |