mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@37432 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
8
utils.c
8
utils.c
@@ -399,14 +399,6 @@ static void base64_init(void)
|
||||
base64[63] = '/';
|
||||
b2a[(int)'+'] = 62;
|
||||
b2a[(int)'/'] = 63;
|
||||
#if 0
|
||||
for (x=0;x<64;x++) {
|
||||
if (b2a[(int)base64[x]] != x) {
|
||||
fprintf(stderr, "!!! %d failed\n", x);
|
||||
} else
|
||||
fprintf(stderr, "--- %d passed\n", x);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/*! \brief ast_uri_encode: Turn text string to URI-encoded %XX version ---*/
|
||||
|
Reference in New Issue
Block a user