X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finternet_addressing.c;h=731c12079fae0cbecafc76d814f67048b3c2b4d4;hb=95340caeddca31acdfd6f966325833b8368c4556;hp=c6837c38e63f2622d45825037117194464ea272a;hpb=00aa5f187b2c9707828c3f1a6c808630aff8f933;p=citadel.git diff --git a/citadel/internet_addressing.c b/citadel/internet_addressing.c index c6837c38e..731c12079 100644 --- a/citadel/internet_addressing.c +++ b/citadel/internet_addressing.c @@ -113,7 +113,7 @@ int CtdlHostAlias(char *fqdn) { * * FIXME ... this needs to be updated to handle aliases. */ -int fuzzy_match(struct usersupp *us, char *matchstring) { +int fuzzy_match(struct user *us, char *matchstring) { int a; if ( (!strncasecmp(matchstring, "cit", 3))