Simplifications and clean-ups
[invirt/third/libt4.git] / 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();