Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37571428
en ru br
ALT Linux repos
S:0.36-alt1.qa1

Group :: Networking/Other
RPM: hyenae

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hyenae-0.36-1-remove_restriction.patch
Download


--- src/hyenaed-daemon.c.orig	2010-12-01 23:05:35.000000000 +0200
+++ src/hyenaed-daemon.c	2010-12-26 23:49:27.000000000 +0200
@@ -191,11 +191,11 @@ int
   if (config->max_cli < 1) {
     return HY_ER_MAX_CL_ZERO;
   }
-  if (config->cli_pkt_lmt < 1 &&
+/*  if (config->cli_pkt_lmt < 1 &&
       config->cli_dur_lmt < 1) {
     return HY_ER_MAX_CL_PKT_DUR_LMT_ZERO;
   }
-  if (strlen(config->pwd) > 0 &&
+*/  if (strlen(config->pwd) > 0 &&
       strlen(config->pwd) < HY_MIN_PWD_LEN) {
     return HY_ER_TO_SHORT_PWD;
   }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin