INN commit: trunk/storage/ovdb (ovdb.c)

INN Commit Russ_Allbery at isc.org
Wed Apr 23 10:12:53 UTC 2008


    Date: Wednesday, April 23, 2008 @ 03:12:52
  Author: iulius
Revision: 7784

Remove an unnecessary variable (sequel to the patch for the runasuser user).

Modified:
  trunk/storage/ovdb/ovdb.c

--------+
 ovdb.c |    1 -
 1 file changed, 1 deletion(-)

Modified: ovdb.c
===================================================================
--- ovdb.c	2008-04-18 15:25:49 UTC (rev 7783)
+++ ovdb.c	2008-04-23 10:12:52 UTC (rev 7784)
@@ -1373,7 +1373,6 @@
 /* Make sure the effective uid is that of the runasuser user. */
 bool ovdb_check_user(void)
 {
-    struct passwd *p;
     static int result = -1;
 
     if(result == -1) {



More information about the inn-committers mailing list