Added missing command
authorJamie Cameron <jcameron@webmin.com>
Tue, 27 Jan 2009 17:39:39 +0000 (17:39 +0000)
committerJamie Cameron <jcameron@webmin.com>
Tue, 27 Jan 2009 17:39:39 +0000 (17:39 +0000)
postfix/postfix-lib.pl

index aa4841d..bbf6ea5 100644 (file)
@@ -2139,6 +2139,11 @@ for(my $i=0; $i<@$props; $i++) {
 return undef;
 }
 
+# For calling from aliases-lib only
+sub rebuild_map_cmd
+{
+return 0;
+}
 
 
 1;