]> xenbits.xensource.com Git - libvirt.git/commitdiff
remote: remove outdated comment about Solaris
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Mar 2018 15:11:53 +0000 (16:11 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Mar 2018 15:12:59 +0000 (16:12 +0100)
When removing a conditional in:

  commit da1ade7a52e040192c5e9396c15ec9225a0a2c48
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Fri Mar 23 10:50:59 2018 +0000

    remote: remove some __sun conditionals

the corresponding comment was mistakenly left behind.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/remote_driver.c

index 34e5ced0a93a28bab340c82bd6bcf86f5154c28d..325ef3fa3d3400f995b1ca843b3ef728669b2078 100644 (file)
@@ -1344,9 +1344,7 @@ remoteConnectOpen(virConnectPtr conn,
 
     /*
      * If URI is NULL, then do a UNIX connection possibly auto-spawning
-     * unprivileged server and probe remote server for URI. On Solaris,
-     * this isn't supported, but we may be privileged enough to connect
-     * to the UNIX socket anyway.
+     * unprivileged server and probe remote server for URI.
      */
     if (!conn->uri) {
         VIR_DEBUG("Auto-probe remote URI");