From 1422bd326fa968cedf63c9afd9a4afba51e57abf Mon Sep 17 00:00:00 2001 From: skeezix Date: Tue, 22 Dec 2009 10:33:38 -0500 Subject: [PATCH] More with the debug --- apps/pndnotifyd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/pndnotifyd.c b/apps/pndnotifyd.c index 3301f2c..bf0b47d 100644 --- a/apps/pndnotifyd.c +++ b/apps/pndnotifyd.c @@ -427,6 +427,7 @@ void consume_configuration ( void ) { sprintf ( buffer, "/home/%s", dirent -> d_name ); pnd_log ( pndn_rem, " Going with '%s'\n", buffer ); setenv ( "HOME", buffer, 1 /* overwrite */ ); + break; } // while iterating through dir listing -- 2.39.5