]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- small fix
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 20 Aug 2007 12:13:03 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd-wtmp.patch -> 1.22

proftpd-wtmp.patch

index 4a47c1df00764eef17de96e1b4b04b8f5bd48c73..9e9c5bde730c2654694b24a0e7c356b692cf0fed 100644 (file)
@@ -178,7 +178,7 @@ diff -ur proftpd-1.3.1rc2/src/log.c proftpd-1.3.1rc2.utmpx/src/log.c
 +      gettimeofday(&utx.ut_tv, NULL);
 +#else
 +      time(&t);
-+      utx.ut_tv.tv_sec = (time32_t)t;
++      utx.ut_tv.tv_sec = t;
 +#endif
  
 -#else /* Non-SVR4 systems */
This page took 0.049208 seconds and 4 git commands to generate.