File LPRng-3.8.28-args.diff of Package lprng

--- src/common/lpq.c
+++ src/common/lpq.c
@@ -449,7 +449,7 @@
 	if( (pid = dofork(0)) == 0 ){
 		setuid( OriginalRUID );
 		close_on_exec(3);
-		execl(CLEAR,0);
+		execl(CLEAR, CLEAR, (char *) NULL);
 		exit(1);
 	} else if( pid < 0 ){
 		LOGERR_DIE(LOG_ERR) _("fork() failed") );
openSUSE Build Service is sponsored by