remove http from add torrent box

This commit is contained in:
zzz
2009-03-09 15:10:46 +00:00
parent 91b8f7c2ae
commit f3ddf3fa93
3 changed files with 12 additions and 7 deletions

View File

@@ -232,7 +232,7 @@ public class Snark
}
// Explicit shutdown.
Runtime.getRuntime().removeShutdownHook(snarkhook);
//Runtime.getRuntime().removeShutdownHook(snarkhook);
snarkhook.start();
}
}