From 380d7c6966ab00e23607f4308bbb7f5504b68980 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sat, 14 Sep 2024 16:09:17 -0400 Subject: Fix permissions of local user during `spam` execution, adjust temporary SID currently used when sending PING --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 1ec66bc..4f4108a 100644 --- a/main.c +++ b/main.c @@ -274,7 +274,7 @@ int main(void) { if (last_timeout) { break; } else { - SEND(STRING(":1HC PING 1HC 100\n")); // TODO: Fix this as well + SEND(STRING(":1HC PING 1HC 101\n")); // TODO: Fix this as well last_timeout = 1; } } -- cgit v1.2.3