X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fuam.c;h=e2867b1dcc21b3c30f2e7336c2b2c4d2f80d718d;hb=2fe5085b11511198a18aac9cb879b16f4f1d703d;hp=0b5dfaf9214286c645bf56204c1ab9ae4a44d01a;hpb=7952e70aaf2ed18f2225f6f15d3ac2d2c68b4053;p=netatalk.git diff --git a/etc/afpd/uam.c b/etc/afpd/uam.c index 0b5dfaf9..e2867b1d 100644 --- a/etc/afpd/uam.c +++ b/etc/afpd/uam.c @@ -1,5 +1,5 @@ /* - * $Id: uam.c,v 1.10 2001-06-25 15:18:01 rufustfirefly Exp $ + * $Id: uam.c,v 1.11 2001-06-25 18:17:49 rufustfirefly Exp $ * * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu) * All Rights Reserved. See COPYRIGHT. @@ -232,7 +232,7 @@ int uam_checkuser(const struct passwd *pwd) } endusershell(); -#ifdef DISABLE_SHELLCHECK +#ifndef DISABLE_SHELLCHECK if (!p) { syslog( LOG_INFO, "illegal shell %s for %s", pwd->pw_shell, pwd->pw_name); return -1;