1368 |
char * |
char * |
1369 |
oper_privs_as_string(const unsigned int port) |
oper_privs_as_string(const unsigned int port) |
1370 |
{ |
{ |
1371 |
static char privs_out[16]; |
static char privs_out[IRCD_BUFSIZE]; |
1372 |
char *privs_ptr = privs_out; |
char *privs_ptr = privs_out; |
1373 |
const struct oper_privs *opriv = flag_list; |
const struct oper_privs *opriv = flag_list; |
1374 |
|
|
1433 |
read_conf_files(int cold) |
read_conf_files(int cold) |
1434 |
{ |
{ |
1435 |
const char *filename; |
const char *filename; |
1436 |
char chanmodes[32]; |
char chanmodes[IRCD_BUFSIZE]; |
1437 |
char chanlimit[32]; |
char chanlimit[IRCD_BUFSIZE]; |
1438 |
|
|
1439 |
conf_parser_ctx.boot = cold; |
conf_parser_ctx.boot = cold; |
1440 |
filename = ConfigFileEntry.configfile; |
filename = ConfigFileEntry.configfile; |