projects
/
platform
/
core
/
api
/
connection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05e6c6
)
Remove dead code
00/228400/1
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_wearable_hotfix
tizen_5.5_wearable_hotfix
accepted/tizen/5.5/unified/20200805.043951
accepted/tizen/5.5/unified/20200805.044002
accepted/tizen/5.5/unified/wearable/hotfix/20201027.120453
submit/tizen_5.5/20200323.221730
submit/tizen_5.5/20200324.225214
submit/tizen_5.5/20200624.011149
submit/tizen_5.5/20200804.075354
submit/tizen_5.5/20200804.223322
submit/tizen_5.5_wearable_hotfix/20201026.184302
author
hyunuk.tak
<hyunuk.tak@samsung.com>
Wed, 27 Nov 2019 01:29:43 +0000
(10:29 +0900)
committer
hyunuk.tak
<hyunuk.tak@samsung.com>
Mon, 23 Mar 2020 00:45:58 +0000
(09:45 +0900)
Change-Id: I1adc4296f0de5feaaa3c0e3dbd0fdc4b02f34031
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
src/connection.c
patch
|
blob
|
history
diff --git
a/src/connection.c
b/src/connection.c
index 3caa3690b21d141ada135e8f2b65b548790d86b8..f3b6266d1ababffd9f6abf1d2395ae066ff12421 100755
(executable)
--- a/
src/connection.c
+++ b/
src/connection.c
@@
-1400,9
+1400,6
@@
EXPORT_API int connection_add_route_entry(connection_h connection,
CONN_UNLOCK;
return rv;
}
-
- CONN_UNLOCK;
- return CONNECTION_ERROR_NONE;
}
EXPORT_API int connection_remove_route_entry(connection_h connection,
@@
-1433,9
+1430,6
@@
EXPORT_API int connection_remove_route_entry(connection_h connection,
CONN_UNLOCK;
return rv;
}
-
- CONN_UNLOCK;
- return CONNECTION_ERROR_NONE;
}
static int __get_cellular_statistic(connection_statistics_type_e statistics_type, long long *llsize)