diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-05-16 17:24:49 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-05-16 17:24:49 -0700 |
commit | b1b69605d5884188f53c86b0f1e3ca699398ec39 (patch) | |
tree | 00650347e38f2068cadae38a82e9eadc94fcbe00 /src/detect.c | |
parent | 1d9651d72842ab02c6cc9360c61857ae810ff4b7 (diff) | |
download | connman-b1b69605d5884188f53c86b0f1e3ca699398ec39.tar.gz connman-b1b69605d5884188f53c86b0f1e3ca699398ec39.tar.bz2 connman-b1b69605d5884188f53c86b0f1e3ca699398ec39.zip |
Include device details within the profile storage
Diffstat (limited to 'src/detect.c')
-rw-r--r-- | src/detect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detect.c b/src/detect.c index 9b5abdfa..c8247eec 100644 --- a/src/detect.c +++ b/src/detect.c @@ -233,7 +233,7 @@ static void detect_newlink(unsigned short type, int index, case CONNMAN_DEVICE_TYPE_ETHERNET: case CONNMAN_DEVICE_TYPE_WIFI: case CONNMAN_DEVICE_TYPE_WIMAX: - name = index2ident(index, "dev_"); + name = index2ident(index, ""); addr = index2addr(index); break; case CONNMAN_DEVICE_TYPE_BLUETOOTH: |