Code

update: si-server stopsif core modules could not be loaded
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Sep 2008 08:59:03 +0000 (08:59 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Sep 2008 08:59:03 +0000 (08:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12538 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-server

index e8abf699299c94ff63895383fd1b8d98302903c0..e82330484f07a494ba4ce5549a42901401522668 100755 (executable)
@@ -456,6 +456,7 @@ sub import_modules {
         if ($@) {
             daemon_log("0 ERROR: gosa-si-server could not load module $file", 1);
             daemon_log("$@", 1);
+           exit;
                } else {
                        my $info = eval($mod_name.'::get_module_info()');
                        # Only load module if get_module_info() returns a non-null object