mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
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
18 lines
409 B
C
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 );
|