Skip to content

Commit

Permalink
removed unnecessary function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Aug 27, 2013
1 parent e56a69e commit d4016d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gdashboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ add_host_node (GHolder * h, int hits, char *data, unsigned long long bw,

if (!found) {
dns_resolver (ip);
} else {
} else if (value_ptr) {
add_sub_item_back (sub_list, h->module, (char *) value_ptr, hits, bw);
h->items[h->idx].sub_list = sub_list;
h->sub_items_size++;
Expand Down
1 change: 0 additions & 1 deletion goaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@

extern int active_gdns; /* kill dns pthread flag */
void render_screens (void);
void allocate_hosts_holder (char *ip);

#endif

0 comments on commit d4016d7

Please sign in to comment.