Don't add multiple entries to ld.so.conf
This commit is contained in:
		@@ -286,7 +286,7 @@ int env_update (int argc, char **argv)
 | 
				
			|||||||
		if (strlen (file) == 0)
 | 
							if (strlen (file) == 0)
 | 
				
			||||||
			continue;
 | 
								continue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ldents = rc_strlist_add (ldents, file);
 | 
							ldents = rc_strlist_addu (ldents, file);
 | 
				
			||||||
		nents++;
 | 
							nents++;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user