diff options
author | Ralph Boehme <rb@sernet.de> | 2014-02-14 17:38:25 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2014-03-11 10:11:33 +0000 |
commit | 8424d35919c52258774e76e34c087d9473cd8d88 (patch) | |
tree | 0abcc662b91a8fc4d1130e36f00e1d5844b25f70 /source3 | |
parent | cff0f8e75f598aaa55d7afb3d73433f8d2750957 (diff) | |
download | samba-8424d35919c52258774e76e34c087d9473cd8d88.tar.gz samba-8424d35919c52258774e76e34c087d9473cd8d88.tar.xz samba-8424d35919c52258774e76e34c087d9473cd8d88.zip |
Fix a typo
Signed-off-by: Ralph Boehme <rb@sernet.de>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/MacExtensions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/MacExtensions.h b/source3/include/MacExtensions.h index 6e911feea2..5e28725feb 100644 --- a/source3/include/MacExtensions.h +++ b/source3/include/MacExtensions.h @@ -39,7 +39,7 @@ /* ** NT's AFP_AfpInfo stream structure */ -#define APF_INFO_SIZE 0x3c +#define AFP_INFO_SIZE 0x3c #define AFP_Signature 0x41465000 #define AFP_Version 0x00000100 #define AFP_BackupTime 0x00000080 |