From 583609994ef49ed11713255194f0289e85e87b9f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 12 Jul 2009 20:11:28 -0700 Subject: [PATCH] Setup proper ident value for cellular devices --- src/inet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inet.c b/src/inet.c index 2546778..a8987d1 100644 --- a/src/inet.c +++ b/src/inet.c @@ -432,6 +432,7 @@ struct connman_device *connman_inet_create_device(int index) case CONNMAN_DEVICE_TYPE_MBM: case CONNMAN_DEVICE_TYPE_HSO: mode = CONNMAN_DEVICE_MODE_NETWORK_SINGLE; + ident = index2ident(index, NULL); break; } -- 2.7.4