commit bash-20090730 snapshot

This commit is contained in:
Chet Ramey
2011-12-08 20:13:24 -05:00
parent dfc21851b5
commit 9dd88db757
38 changed files with 7519 additions and 68 deletions
+1 -1
View File
@@ -752,7 +752,7 @@ clear_hostname_list ()
return;
for (i = 0; i < hostname_list_length; i++)
free (hostname_list[i]);
hostname_list_length = 0;
hostname_list_length = hostname_list_initialized = 0;
}
/* Return a NULL terminated list of hostnames which begin with TEXT.