1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

Merge remote-tracking branch 'fly/master'

This commit is contained in:
psyc://loupsycedyglgamf.onion/~lynX 1984-04-04 00:44:04 +00:00
commit 9731fb9ff6
5 changed files with 23 additions and 5 deletions

View file

@ -101,7 +101,7 @@ void sender_verification(string sourcehost, mixed targethost)
// gets called during socket logon
int logon(int failure) {
string t;
mixed t;
sAuthHosts(([ ])); // reset authhosts
legal_senders = ([ ]);
instate = ([ "_INTERNAL_origin" : ME ]);
@ -140,7 +140,7 @@ int logon(int failure) {
unless(isServer()) {
emit("|\n"); // initial greeting
if (sizeof(verify_queue)) {
foreach(mixed t : verify_queue) {
foreach(t : verify_queue) {
sender_verification(t[0], t[1]);
}
verify_queue = ({ });