From: Tom C. <tom...@us...> - 2005-02-16 16:10:49
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31800 Modified Files: Tag: stable-1_2 ChangeLog mailinglist.c Log Message: Fix Tom's fix for non-idx ezmlm installs. [1123809] Index: ChangeLog =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/ChangeLog,v retrieving revision 1.15.2.60 retrieving revision 1.15.2.61 diff -u -d -r1.15.2.60 -r1.15.2.61 --- ChangeLog 15 Feb 2005 16:25:42 -0000 1.15.2.60 +++ ChangeLog 16 Feb 2005 16:10:37 -0000 1.15.2.61 @@ -11,6 +11,9 @@ retrieval limitations don't apply to ezmlm-cgi. - mailinglist.c: Fix compile error with non-idx ezmlm installs. + L4nce1lot + - mailinglist.c: Fix Tom's fix for non-idx ezmlm installs. [1123809] + 1.2.7 - released 23-Jan-05 Tomas Kuliavas Index: mailinglist.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/mailinglist.c,v retrieving revision 1.5.2.6 retrieving revision 1.5.2.7 diff -u -d -r1.5.2.6 -r1.5.2.7 --- mailinglist.c 15 Feb 2005 16:25:43 -0000 1.5.2.6 +++ mailinglist.c 16 Feb 2005 16:10:37 -0000 1.5.2.7 @@ -603,8 +603,8 @@ ezmlm_sub ("", list_owner); /* add owner as moderator/remote admin as well */ ezmlm_sub ("mod", list_owner); -#endif } +#endif } void addmailinglistnow() |