From c6ce2e1b092bd64efd5d6138b715dfe2ab3c7a91 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 3 Jun 2004 12:11:08 +0000 Subject: Making it compile on machines with no crypt function again. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@212 1faa4e14-9dd3-4be0-9f0e-ffe519881164 --- src/Authorisation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authorisation.c b/src/Authorisation.c index 42529be..bec292b 100644 --- a/src/Authorisation.c +++ b/src/Authorisation.c @@ -342,7 +342,7 @@ static int VerifyPassword(const char *database, retcode = 1; } #else - CCTK_WARN( 1, "Sorry, crypt(3) not supported in this configuration.\n" ) + CCTK_WARN( 1, "Sorry, crypt(3) not supported in this configuration.\n" ); #endif } else -- cgit v1.2.3