From: skeezix Date: Tue, 22 Dec 2009 15:33:38 +0000 (-0500) Subject: More with the debug X-Git-Tag: Release-2010-05/1~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1422bd326fa968cedf63c9afd9a4afba51e57abf;p=pandora-libraries.git More with the debug --- 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