projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplifications and clean-ups
[invirt/third/libt4.git]
/
handle.cc
diff --git
a/handle.cc
b/handle.cc
index
fa7495c
..
17d04af
100644
(file)
--- a/
handle.cc
+++ b/
handle.cc
@@
-34,7
+34,7
@@
rpcc * handle::safebind() {
h->valid = false;
} else {
LOG << "bind succeeded " << h->destination;
h->valid = false;
} else {
LOG << "bind succeeded " << h->destination;
- h->client = move(client);
+ h->client = std::move(client);
}
}
return h->client.get();
}
}
return h->client.get();