Revert the atexit, as it appears to cause more problems, while not solving any.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 24 Aug 2008 02:47:02 +0000 (02:47 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Sun, 24 Aug 2008 02:47:02 +0000 (02:47 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2766 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/rpm-fake.c

index 26bb73c..0e3a936 100644 (file)
@@ -511,8 +511,6 @@ initRPMFake()
   initEnvironment();
   initPwSocket();
 
-  atexit(exitRPMFake);
-
 #if 0
   if (isDbgLevel(DBG_VARIABLES|DBG_VERBOSE2)) {