diff options
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controller.c b/src/controller.c index ca9cdce7a..cc62b63dd 100644 --- a/src/controller.c +++ b/src/controller.c @@ -210,7 +210,7 @@ write_whole_statfile (struct controller_session *session, gchar *symbol, struct stat_file_t *statfile; struct statfile *st; gchar out_buf[BUFSIZ]; - gint i; + guint i; guint64 rev, ti, len, pos, blocks; gchar *out; struct rspamd_binlog_element log_elt; @@ -807,7 +807,7 @@ process_custom_command (gchar *line, gchar **cmd_args, struct controller_session static struct controller_command * process_normal_command (const gchar *line) { - gint i; + guint i; struct controller_command *c; for (i = 0; i < G_N_ELEMENTS (commands); i ++) { |