projects
/
platform
/
core
/
convergence
/
d2d-conv-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67fc360
)
remove build warning
59/148559/1
submit/tizen_4.0/20170908.064408
author
Youngjae Shin
<yj99.shin@samsung.com>
Fri, 8 Sep 2017 04:11:43 +0000
(13:11 +0900)
committer
Segwon Han
<segwon.han@samsung.com>
Fri, 8 Sep 2017 06:31:53 +0000
(06:31 +0000)
Change-Id: Iaf17e47933dd3b507ad6a69579f4cdf3ee79de8e
msf_tizen_client/src/Clients.cpp
patch
|
blob
|
history
diff --git
a/msf_tizen_client/src/Clients.cpp
b/msf_tizen_client/src/Clients.cpp
index 83222946d19776409cf264a95cb5d34d28c242ee..efae222d5d96f894b4657ad957095f73123856f3 100755
(executable)
--- a/
msf_tizen_client/src/Clients.cpp
+++ b/
msf_tizen_client/src/Clients.cpp
@@
-59,7
+59,7
@@
Client Clients::me(void)
{
if (myClientId != "") {
Client client = get(myClientId);
- if (
(&client != NULL) &&
!(client.getId() == varme.getId())) {
+ if (!(client.getId() == varme.getId())) {
varme = client;
}
}