Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191206
Collapse All | Expand All

(-)src/librc-daemon.c (-1 / +1 lines)
Lines 118-124 Link Here
118
			continue;
118
			continue;
119
119
120
		if (uid) {
120
		if (uid) {
121
			snprintf (buffer, sizeof (buffer), "/proc/%d", pid);
121
			snprintf (buffer, sizeof (buffer), "/proc/%d", p);
122
			if (stat (buffer, &sb) != 0 || sb.st_uid != uid)
122
			if (stat (buffer, &sb) != 0 || sb.st_uid != uid)
123
				continue;
123
				continue;
124
		}
124
		}

Return to bug 191206