Don't report an error twice.

svn path=/trunk/; revision=35045
This commit is contained in:
Guy Harris 2010-11-28 00:13:38 +00:00
parent 186ce16c52
commit 46356d715c
1 changed files with 0 additions and 1 deletions

View File

@ -309,7 +309,6 @@ init_gtk_tree(const char* optarg, void *userdata _U_)
if (error_string) {
/* error, we failed to attach to the tap. clean up */
simple_dialog( ESD_TYPE_ERROR, ESD_BTN_OK, "%s", error_string->str );
/* destroy_stat_tree_window(st); */
report_failure("stats_tree for: %s failed to attach to the tap: %s",cfg->name,error_string->str);
g_string_free(error_string, TRUE);