Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > fd95523078e67419b6dc23dbf0ed198b > files > 6

openser-1.3.0-1mdv2008.0.src.rpm

Index: openser-1.3.0-tls/modules/perl/perl.c
===================================================================
--- openser-1.3.0-tls/modules/perl/perl.c
+++ openser-1.3.0-tls/modules/perl/perl.c	2008-02-16 00:34:43.000000000 +0200
@@ -322,7 +322,7 @@
 		return -1;
 	}
 
-	PERL_SYS_INIT3(&argc, &argv, &environ);
+	PERL_SYS_INIT3(0, NULL, &environ);
 
 	if ((my_perl = parser_init())) {
 		ret = 0;