2005-10-04 jrandom

* Syndie patch for single user remote archives (thanks nickless_head!)
    * Handle an invalid netDb store (thanks Complication!)
This commit is contained in:
jrandom
2005-10-04 23:43:05 +00:00
committed by zzz
parent 0013677b83
commit 70b6f97abe
6 changed files with 16 additions and 4 deletions

View File

@ -269,6 +269,7 @@ public class RemoteArchiveBean {
_proxyHost = null;
_proxyPort = -1;
_exportCapable = false;
if (user == null) user = new User();
if ( (schema == null) || (schema.trim().length() <= 0) ||
(location == null) || (location.trim().length() <= 0) ) {