blob: 18eb2e21d80a47a57ac154eed6cd2ab77960a02e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/sn_interface.c.orig 2025-09-22 23:50:28 UTC
+++ src/sn_interface.c
@@ -535,7 +535,7 @@ if(shmctl(memory_id,IPC_RMID,0)<0)
void mem_exit (void)
{
if(shmctl(memory_id,IPC_RMID,0)<0)
- {perror("Sniffer Hartattack (you are fucked!) ");exit(0);};
+ {perror("Shared segment dissappeared ");exit(0);};
}
/* Some other stuff */
|