aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-16 08:13:02 -0400
committerTest_User <hax@andrewyu.org>2024-06-16 08:13:02 -0400
commita05943a31b80692a5d1d11f3b7c795fb0ead4fe6 (patch)
treee081b202ce86e13b329c7dd8bab11a86debdbdd0 /main.c
parent2ef771f912d7431cdda51d42c5f89dbdf6b4558f (diff)
downloadhaxircd-a05943a31b80692a5d1d11f3b7c795fb0ead4fe6.tar.gz
haxircd-a05943a31b80692a5d1d11f3b7c795fb0ead4fe6.zip
haxserv -> HaxIRCd
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index e023944..2a3e740 100644
--- a/main.c
+++ b/main.c
@@ -30,7 +30,7 @@
#include <stdio.h>
int main(void) {
- void *dl_handle = dlopen("./haxserv.so", RTLD_NOW | RTLD_GLOBAL);
+ void *dl_handle = dlopen("./HaxIRCd.so", RTLD_NOW | RTLD_GLOBAL);
if (!dl_handle) {
puts(dlerror());
return 1;