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:
2cc1691
)
Fixed return Type to avoid potential error in application
50/41050/1
author
Maneesh Jain
<maneesh.jain@samsung.com>
Thu, 11 Jun 2015 04:57:38 +0000
(10:27 +0530)
committer
Maneesh Jain
<maneesh.jain@samsung.com>
Thu, 11 Jun 2015 04:57:38 +0000
(10:27 +0530)
Change-Id: I5336f8168a268bdea600e3745de02e429ebd31ed
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
src/libnetwork.c
patch
|
blob
|
history
diff --git
a/src/libnetwork.c
b/src/libnetwork.c
index 3b8bc9229560c6a1ce0509a33b9ac19bd03ea895..a439d6b6867b5e62304ea730a5dd9fe53935138e 100755
(executable)
--- a/
src/libnetwork.c
+++ b/
src/libnetwork.c
@@
-554,7
+554,7
@@
int _connection_libnet_get_ethernet_state(connection_ethernet_state_e* state)
if (ethernet_profiles.count == 0) {
state = CONNECTION_ETHERNET_STATE_DEACTIVATED;
- return
true
;
+ return
CONNECTION_ERROR_NONE
;
}
switch (ethernet_profiles.profiles->ProfileState) {