Remove unreachable safty net.

This commit is contained in:
Michael Drake 2013-10-23 10:21:36 +01:00
parent 441e0dcbed
commit f814debfe2

View File

@ -93,7 +93,7 @@ static nserror hotlist_create_treeview_field_visits_data(
e->data[HL_LAST_VISIT].field = hl_ctx.fields[HL_LAST_VISIT].field;
e->data[HL_LAST_VISIT].value = last_visited2;
e->data[HL_LAST_VISIT].value_len = (last_visited2 != NULL) ? 24 : 0;
e->data[HL_LAST_VISIT].value_len = 24;
/* Visits */
len = snprintf(buffer, 16, "%u", data->visits);