]> git.pld-linux.org Git - packages/dcd.git/blob - dcd-MyINFO_sig11_fix.patch
- 0.4.5 - stable release
[packages/dcd.git] / dcd-MyINFO_sig11_fix.patch
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.090287 seconds and 3 git commands to generate.