Typo
This commit is contained in:
		
							parent
							
								
									9aed117395
								
							
						
					
					
						commit
						dd48c06bb6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -547,7 +547,7 @@ void UserLock::acquire()
 | 
				
			||||||
            int err = getgrouplist(pw->pw_name, pw->pw_gid,
 | 
					            int err = getgrouplist(pw->pw_name, pw->pw_gid,
 | 
				
			||||||
                supplementaryGIDs.data(), &ngroups);
 | 
					                supplementaryGIDs.data(), &ngroups);
 | 
				
			||||||
            if (err == -1)
 | 
					            if (err == -1)
 | 
				
			||||||
                throw Error(format("failed to get list of supplementary groups for ‘%1’") % pw->pw_name);
 | 
					                throw Error(format("failed to get list of supplementary groups for ‘%1%’") % pw->pw_name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            supplementaryGIDs.resize(ngroups);
 | 
					            supplementaryGIDs.resize(ngroups);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue