]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- very bad typo fixed
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 27 Nov 2003 08:01:19 +0000 (08:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-vmail.patch -> 1.2

proftpd-vmail.patch

index cefeffc07e870d502a083772141eb6eaf403f174..ad16c80921be1d281c547249048cf8d6101a9c46 100644 (file)
@@ -18,7 +18,7 @@
 +  if (!strncmp(c_hash,"{crypt-md5}",11))
 +    if (!strcmp(tmphash,crypt(c_clear, tmphash))) return HANDLED(cmd);
 +  // not sure about that
-+  if (!strncmp(c_hash,"{crypt},7"))
++  if (!strncmp(c_hash,"{crypt}",7))
 +    if (!strcmp(tmphash,crypt(c_clear, tmphash))) return HANDLED(cmd);
 +  // add other types (md5 etc.)  
 +  return ERROR_INT(cmd,AUTH_BADPWD);
This page took 0.04255 seconds and 4 git commands to generate.