Browse Source

envelope from length: size type

Max von Buelow 6 years ago
parent
commit
3a2403ec1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/milterfrom.c

+ 1 - 1
src/milterfrom.c

@@ -49,7 +49,7 @@
 struct mlfiPriv {
 	int is_auth;
 	char *env_from;
-	int env_from_len;
+	size_t env_from_len;
 	int reject;
 };