]> git.pld-linux.org Git - packages/dcd.git/blame - dcd-MyINFO_sig11_fix.patch
- 0.5.8 - stable
[packages/dcd.git] / dcd-MyINFO_sig11_fix.patch
CommitLineData
311eb4a2
PG
1--- ./src/main.c.org Wed Jul 31 16:35:14 2002
2+++ ./src/main.c Tue Oct 8 09:52:52 2002
3@@ -386,6 +386,7 @@
4 if (user[id]->share<(conf.minshare*1024*1024)) {
5 sprintf(tmp,"You must share at least %LuMB on this hub.",conf.minshare);
6 deluser(id,tmp);
7+ return;
8 }
9 else send_mcast(line);
10 }
This page took 0.08866 seconds and 4 git commands to generate.