mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 22:46:38 +02:00
omg...
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user