diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-23 05:53:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-23 05:53:09 +0000 |
commit | f09f2645eeac8a08edd52dce3e7c3032139326e5 (patch) | |
tree | 8cec27bb090e7ea5040838b9faffa2c005e875f4 /net/netatalk/files/patch-bin_afppasswd_afppasswd.c | |
parent | Maintainer update to version 0.70, with lots of new levels! (diff) |
* Update to 1.6.1
* De-pkg-comment
Notes
Notes:
svn path=/head/; revision=76224
Diffstat (limited to 'net/netatalk/files/patch-bin_afppasswd_afppasswd.c')
-rw-r--r-- | net/netatalk/files/patch-bin_afppasswd_afppasswd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/netatalk/files/patch-bin_afppasswd_afppasswd.c b/net/netatalk/files/patch-bin_afppasswd_afppasswd.c deleted file mode 100644 index 8d5838b9a6a0..000000000000 --- a/net/netatalk/files/patch-bin_afppasswd_afppasswd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/afppasswd/afppasswd.c.orig Thu Feb 20 00:04:51 2003 -+++ bin/afppasswd/afppasswd.c Thu Feb 20 00:04:57 2003 -@@ -114,7 +114,7 @@ - /* decrypt the password */ - ecb_encrypt((C_Block *) buf, (C_Block *) buf, schedule, DES_DECRYPT); - } -- memset(schedule, 0, sizeof(schedule)); -+ memset(&schedule, 0, sizeof(schedule)); - } - - if (newpwd) { |