projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2434439
)
device: use g_hash_table_replace instead of insert function
author
Tomasz Bursztyka
<tomasz.bursztyka@linux.intel.com>
Tue, 17 Apr 2012 10:54:24 +0000
(13:54 +0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 17 Apr 2012 11:31:22 +0000
(13:31 +0200)
src/device.c
patch
|
blob
|
history
diff --git
a/src/device.c
b/src/device.c
index e7568f6460c599116cf2638e221d2d38aeafba11..0a3c6908010fc107d97adcc779200e06a7f6ae87 100644
(file)
--- a/
src/device.c
+++ b/
src/device.c
@@
-972,7
+972,7
@@
int connman_device_add_network(struct connman_device *device,
__connman_network_set_device(network, device);
- g_hash_table_
insert
(device->networks, g_strdup(identifier),
+ g_hash_table_
replace
(device->networks, g_strdup(identifier),
network);
return 0;