Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144865450
D29415.1776754994.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
448 B
Referenced Files
None
Subscribers
None
D29415.1776754994.diff
View Options
diff --git a/usr.sbin/rpc.lockd/lockd.c b/usr.sbin/rpc.lockd/lockd.c
--- a/usr.sbin/rpc.lockd/lockd.c
+++ b/usr.sbin/rpc.lockd/lockd.c
@@ -426,7 +426,7 @@
* Note that it is NOT sensible to run this program from inetd - the
* protocol assumes that it will run immediately at boot time.
*/
- if ((foreground == 0) && daemon(0, debug_level > 0)) {
+ if ((foreground == 0) && daemon(0, 0)) {
err(1, "cannot fork");
/* NOTREACHED */
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 7:03 AM (8 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28396564
Default Alt Text
D29415.1776754994.diff (448 B)
Attached To
Mode
D29415: fix lockd daemon()
Attached
Detach File
Event Timeline
Log In to Comment