forked from I2P_Developers/i2p.i2p
2005-09-18 jrandom
* Added support for pure 64bit linux with jbigi and the java service
wrapper (no need for jcpuid if we're on os.arch=amd64). Thanks mule
et al for help testing!
* UI cleanup in Syndie (thanks gloin and bar!)
This commit is contained in:
@@ -682,6 +682,8 @@ public class RemoteArchiveBean {
|
||||
if (remoteBlogs.contains(blog)) {
|
||||
//System.err.println("Remote index has " + blog.toBase64());
|
||||
continue;
|
||||
} else if (ignoreBlog(user, blog)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
entries.clear();
|
||||
|
||||
Reference in New Issue
Block a user