Skip to content

Commit

Permalink
Apostrophes matter
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann authored and vanosg committed Jul 26, 2019
1 parent 3f18843 commit b7911be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/ident.mod/ident.c
Expand Up @@ -65,7 +65,7 @@ static void ident_activity(int idx, char *buf, int len)
}
buf2[i - 1] = 0;
if (!(pos = strpbrk(buf2, "\r\n"))) {
putlog(LOG_MISC, "*", "Ident error: couldnt read request.");
putlog(LOG_MISC, "*", "Ident error: could not read request.");
return;
}
snprintf(pos, (sizeof buf2) - (pos - buf2), " : USERID : UNIX : %s\r\n", botname);
Expand Down

0 comments on commit b7911be

Please sign in to comment.