1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 22:46:38 +02:00
This commit is contained in:
griever
2002-01-06 04:24:57 +00:00
parent ff4517fa8a
commit b1fce6bb63
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1086,3 +1086,4 @@ seen. gmtime warning still there
and current line number display)
- Fixed yet another serious sts bug, we have to release beta6 soon :P~
- Fixed check_for_target_limit, should be more lenient now
- Sts is going for a record here, fixed ANOTHER auth bug in the SAME function
+2 -2
View File
@@ -566,7 +566,7 @@ int m_server(cptr, sptr, parc, parv)
char *parv[];
{
char *servername = NULL; /* Pointer for servername */
char *password = NULL;
/* char *password = NULL; */
char *ch = NULL; /* */
char *inpath = get_client_name(cptr, TRUE);
aClient *acptr = NULL, *ocptr = NULL;
@@ -658,7 +658,7 @@ int m_server(cptr, sptr, parc, parv)
"Link denied (No matching link configuration)");
}
/* Now for checking passwords */
if (Auth_Check(cptr, aconf->recvauth, password) == -1)
if (Auth_Check(cptr, aconf->recvauth, cptr->passwd) == -1)
{
sendto_one(cptr,
"ERROR :Link denied (Authentication failed) %s",