Explorar o código

envelope from length: size type

Max von Buelow %!s(int64=7) %!d(string=hai) anos
pai
achega
3a2403ec1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 };