bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Redundant openlog() in cfenvd


From: Andrew Stribblehill
Subject: [PATCH] Redundant openlog() in cfenvd
Date: Wed, 12 Feb 2003 09:48:26 +0000
User-agent: Mutt/1.4i

Looks like we have a redundant openlog() at the start of cfenvd's
main(). This patch, relative to the src directory and from src-mirror
as of 09:43 GMT, removes it.

--- cfenvd.c.orig       2003-02-11 20:30:57.000000000 +0000
+++ cfenvd.c    2003-02-12 09:41:25.000000000 +0000
@@ -184,8 +184,6 @@
 char **argv;

 {
-openlog(VPREFIX,LOG_PID|LOG_NOWAIT|LOG_ODELAY,LOG_USER);
-
 CheckOptsAndInit(argc,argv);
 GetNameInfo();


-- 
PORTLAND PLYMOUTH BISCAY
CYCLONIC IN SOUTH BISCAY AT FIRST, OTHERWISE NORTH OR NORTHEAST 3
OR 4, OCCASIONALLY 5. RAIN DYING OUT. MODERATE OR GOOD




reply via email to

[Prev in Thread] Current Thread [Next in Thread]