Skip to content

Commit 69e7ff3

Browse files
More MAX cleanup, which is now in eggdrop.h
1 parent ba204be commit 69e7ff3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mod/server.mod/sasl.c

-3
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,6 @@ static int gotauthenticate(char *from, char *msg)
540540
char error_msg[1050]; /* snprintf() truncation should be tolerable */
541541
int server_msg_plain_len;
542542
#endif
543-
#ifndef MAX
544-
#define MAX(a,b) (((a)>(b))?(a):(b))
545-
#endif
546543
char client_msg_b64[((MAX((sizeof client_msg_plain), 400) + 2) / 3) << 2] = "";
547544

548545
fixcolon(msg); /* Because Inspircd does its own thing */

0 commit comments

Comments
 (0)