Fix ban timestamp handling when reading banlist from client. This has probably been...
[umurmur.git] / src / ban.h
index d7bd6a5c29adc1b2f9962a9cd39197d5a7eae69f..3390b83cf2ac58386fb759d3e67edaca03dbc9b2 100644 (file)
--- a/src/ban.h
+++ b/src/ban.h
@@ -44,7 +44,6 @@ typedef struct {
        char *name;
        time_t time;
        uint32_t duration;
-       etimer_t startTime;
        struct dlist node;
 } ban_t;