Browse Source

envelope from length: size type

Max von Buelow 7 năm trước cách đây
mục cha
commit
3a2403ec1b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 };