/[smeserver]/rpms/e-smith-ibays/sme7/e-smith-ibays-1.2.0-maxIbayNameLength.patch
ViewVC logotype

Diff of /rpms/e-smith-ibays/sme7/e-smith-ibays-1.2.0-maxIbayNameLength.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by snetram, Fri May 9 15:32:04 2008 UTC Revision 1.3 by slords, Thu Jul 24 22:33:20 2008 UTC
# Line 41  diff -Nur -x '*.orig' -x '*.rej' e-smith Line 41  diff -Nur -x '*.orig' -x '*.rej' e-smith
41  -    } else {  -    } else {
42  -        $max = $self->{defaultMaxLength};  -        $max = $self->{defaultMaxLength};
43  -    }  -    }
44  +    my $max = $configdb->get('maxIbayNameLength')) {  +    my $max = $configdb->get('maxIbayNameLength');
45    
46       if (length($data) <= $max) {       if (length($data) <= $max) {
47           return "OK";           return "OK";


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed