Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Initialize variable and fix build
Marin Atanasov Nikolov committed 14 years ago
commit 620cd1d7762b4fbc3bf412be7fdfbdacb9508809
parent 21a03d8
1 file changed +1 -1
modified libpkg/usergroup.c
@@ -134,7 +134,7 @@ pkg_add_user_group(struct pkg *pkg)
		struct group *grlocal;
		struct group *grnew;
		int i, j;
-
		int nx;
+
		int nx = 0;

		if (g->gidstr[strlen(g->gidstr) - 1] == ':')
			continue; /* no members, next */