Explorar el Código

envelope from length: size type

Max von Buelow hace 7 años
padre
commit
3a2403ec1b
Se han modificado 1 ficheros con 1 adiciones y 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;
 };