Fix typo introduced while fixing http://bugs.debian.org/451521 (compile fix).
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net> | ||||
|  | ||||
| 	* src/login.c: Fix typo introduced while fixing | ||||
| 	http://bugs.debian.org/451521 (compile fix). | ||||
|  | ||||
| 2007-11-18  Nicolas François  <nicolas.francois@centraliens.net> | ||||
|  | ||||
| 	* libmisc/Makefile.am: Fix typo: EXTRA_DOST -> EXTRA_DIST. | ||||
|   | ||||
| @@ -751,7 +751,7 @@ int main (int argc, char **argv) | ||||
| 			PAM_FAIL_CHECK; | ||||
| 		} | ||||
|  | ||||
| 		if (setup_groups (pwd)) { | ||||
| 		if (setup_groups (pwd)) | ||||
| 			exit (1); | ||||
|  | ||||
| 		pwent = *pwd; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user