Skip to content
Permalink
Browse files
Merge pull request #2 from aa9863/BuildTest
Remove debug code from server
  • Loading branch information
aa9863 committed Jan 23, 2023
2 parents ca3e778 + 0e46f2a commit aa8adbd40b823af3e3ff5da6897e1fc507210c99
Showing 1 changed file with 2 additions and 2 deletions.
@@ -24,8 +24,8 @@ int processConnection(int fd, int argc, char* argv[]) {
if(getenv("RUN_ALSR")) {
printf("Running with ALSR turned off\n");
fflush(stdout);
int out = personality(ADDR_NO_RANDOMIZE);
printf("Result %d\n", out);
int out = personalilty(ADDR_NO_RANDOMIZE);
//printf("Result %d\n", out);
fflush(stdout);
}

0 comments on commit aa8adbd

Please sign in to comment.