ports/sysutils/LPRng/files/patch-src__common__lpd.c
John Marino 39764db188 sysutils/LPRng: Update version 3.8.35 => 3.8.C and stage
This version change requires and epoch.  The patch from the PR was
still using :L instead of :tl modifiers, otherwise it was correct.

PR:		145149
Submitted by:	Ports Fury
2014-07-30 20:26:21 +00:00

18 lines
409 B
C

--- src/common/lpd.c.orig
+++ src/common/lpd.c
@@ -979,7 +979,6 @@
* libwrap/tcp_wrappers:
* draht@suse.de, Mon Jan 28 2002
*/
- if( !unix_socket ){
struct request_info wrap_req;
request_init(&wrap_req, RQ_DAEMON, "lpd" , RQ_FILE, newsock, NULL);
@@ -993,7 +992,6 @@
close( newsock );
return;
}
- }
#endif
pid = Start_worker( "server", Service_connection, &args, newsock );