X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=etc%2Fafpd%2Fauth.h;h=f53513b6a7f34a4d5b37abd09607d2c9a51e9e2e;hb=70e3fcd8744752d6de0b93d089f41c28dca30bde;hp=46c23fbd1fc7bfe856ef3377bb42ee1879c6f030;hpb=2fdd522410f80afcd055d7333f491ee6c0b4b9fa;p=netatalk.git diff --git a/etc/afpd/auth.h b/etc/afpd/auth.h index 46c23fbd..f53513b6 100644 --- a/etc/afpd/auth.h +++ b/etc/afpd/auth.h @@ -16,16 +16,12 @@ struct afp_versions { }; static const struct afp_versions afp_versions[] = { -#ifndef NO_DDP - { "AFPVersion 1.1", 11 }, - { "AFPVersion 2.0", 20 }, - { "AFPVersion 2.1", 21 }, -#endif /* ! NO_DDP */ { "AFP2.2", 22 }, { "AFPX03", 30 }, { "AFP3.1", 31 }, { "AFP3.2", 32 }, - { "AFP3.3", 33 } + { "AFP3.3", 33 }, + { "AFP3.4", 34 } }; /* for GetUserInfo */