Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 342799 | Differences between
and this patch

Collapse All | Expand All

(-)server/mtinkd.c (-1 / +1 lines)
Lines 244-250 Link Here
244
         /* look for pid into /var/run/mtink(<fifo> */
244
         /* look for pid into /var/run/mtink(<fifo> */
245
         if ( (fp = fopen(runFile,"r")) )
245
         if ( (fp = fopen(runFile,"r")) )
246
         {
246
         {
247
            if ( fgets(ibuf, sizeof(buf), fp) )
247
            if ( fgets(ibuf, sizeof(ibuf), fp) )
248
            {
248
            {
249
               if ( (pid = atoi(ibuf)) )
249
               if ( (pid = atoi(ibuf)) )
250
               {
250
               {

Return to bug 342799