Fix some loop issue in --loopback

This commit is contained in:
jsteube
2016-10-26 15:10:59 +02:00
parent f02b34b6ae
commit 766a11356b
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -979,6 +979,7 @@ typedef struct dictstat_ctx
typedef struct loopback_ctx
{
bool enabled;
bool unused;
FILE *fp;
char *filename;