X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/eb3d5c6416c0f0d1cad35e52af3231de7866fea8..26ade07ab0e62b98b452fbbd18edba0450035e35:/handle.cc diff --git a/handle.cc b/handle.cc index fa7495c..17d04af 100644 --- a/handle.cc +++ b/handle.cc @@ -34,7 +34,7 @@ rpcc * handle::safebind() { h->valid = false; } else { LOG << "bind succeeded " << h->destination; - h->client = move(client); + h->client = std::move(client); } } return h->client.get();