monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: f5726828ba2b388ea64db1e59f


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: f5726828ba2b388ea64db1e59f7319b79e98b75f
Date: Fri, 26 Nov 2010 23:41:53 GMT

revision:            f5726828ba2b388ea64db1e59f7319b79e98b75f
date:                2010-11-26T23:41:35
author:              address@hidden
branch:              net.venge.monotone
changelog:
* network/connection_info.cc (set_raw_uri): well, obviously this
  was plain wrong and made file: and ssh: uris completely not
  working - I see these things always just after you hit
  commit :(

manifest:
format_version "1"

new_manifest [3921a977ac7c0a8c3628eb3534165fbd2223bdf5]

old_revision [3784c72f3fbb028c9d08593574179d311efb507b]

patch "network/connection_info.cc"
 from [c6c932cbb017b6527b44426806e6ba76818ab58a]
   to [b6288a7874a782079d38329f442da185de3bdaeb]
============================================================
--- network/connection_info.cc	c6c932cbb017b6527b44426806e6ba76818ab58a
+++ network/connection_info.cc	b6288a7874a782079d38329f442da185de3bdaeb
@@ -279,7 +279,7 @@ netsync_connection_info::Client::set_raw
   if (uri.scheme.empty())
     uri.scheme = "mtn";
  
-  E(uri.scheme == "mtn" && !uri.host.empty(), origin::user,
+  E(uri.scheme != "mtn" || !uri.host.empty(), origin::user,
     F("a non-empty hostname is expected for the 'mtn' uri scheme"));
 
   var_key server_include(var_domain("server-include"),

reply via email to

[Prev in Thread] Current Thread [Next in Thread]