diff options
| author | ivan <ivan> | 2011-01-27 20:18:39 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-01-27 20:18:39 +0000 | 
| commit | 0192b0b5b919cff975c447d591ce64b23ee38736 (patch) | |
| tree | d111799eb3b47b5f4ee06239569135f16d5b4ad5 /FS | |
| parent | 947cba18ac25c794fe855f6e604e1c13029c85f3 (diff) | |
return a true value, doh
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/NetworkMonitoringSystem.pm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/FS/FS/NetworkMonitoringSystem.pm b/FS/FS/NetworkMonitoringSystem.pm index c16d5fe57..fcfa264c2 100644 --- a/FS/FS/NetworkMonitoringSystem.pm +++ b/FS/FS/NetworkMonitoringSystem.pm @@ -26,3 +26,5 @@ sub AUTOLOAD {    $self .= "::$system";    $self->$sub(@_);  } + +1; | 
