]> git.pld-linux.org Git - packages/pure-ftpd.git/commitdiff
- removed redundant (size_t)
authortwittner <twittner@pld-linux.org>
Wed, 18 Aug 2004 19:23:20 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pure-ftpd-path_to_ssl_cert_in_config.patch -> 1.5

pure-ftpd-path_to_ssl_cert_in_config.patch

index cc458990fa3b0e45f2c92ee6fd64abf0212acab1..830f56af891b802496cf8c8bb2ebec0dfc070d24 100644 (file)
@@ -78,7 +78,7 @@ diff -Nur pure-ftpd-1.0.20.bef/src/ftpd.c pure-ftpd-1.0.20.new1/src/ftpd.c
 +        }
 +      case '7': {
 +            if (tlscert_file != NULL) {
-+               if (strlen(tlscert_file) > (size_t)0)
++               if (strlen(tlscert_file) > 0)
 +                   free(tlscert_file);
 +            }
 +            if ((tlscert_file = strdup(optarg)) == NULL)
This page took 0.084201 seconds and 4 git commands to generate.