[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
small bug in newdbprocessor
there is a comma where dot is needed:
Index: proto/newdbprocessor.in
===================================================================
RCS file: /cvsroot/zmailer/proto/newdbprocessor.in,v
retrieving revision 1.10
diff -u -r1.10 newdbprocessor.in
--- proto/newdbprocessor.in 2001/03/12 09:12:34 1.10
+++ proto/newdbprocessor.in 2001/04/28 12:37:19
@@ -241,7 +241,7 @@
## 'pushd(@ofn, "db add relname keyname \"value\"")'
##
- if (open(RDBFILE, "<", $rdbfile)) {
+ if (open(RDBFILE, "<". $rdbfile)) {
while (<RDBFILE>) {
chomp;
next if (m/^[ \t]*\#/o); # Comment line