cosmetics
This commit is contained in:
@@ -130,10 +130,9 @@ starter_start_charon (starter_config_t *cfg, bool no_fork)
|
|||||||
/* parse debug string */
|
/* parse debug string */
|
||||||
{
|
{
|
||||||
int level;
|
int level;
|
||||||
char *pos, *buf_pos, type[4];
|
char type[4];
|
||||||
|
char *pos = cfg->setup.charondebug;
|
||||||
pos = cfg->setup.charondebug;
|
char *buf_pos = buffer;
|
||||||
buf_pos = buffer;
|
|
||||||
|
|
||||||
while (pos && sscanf(pos, "%4s %d,", type, &level) == 2)
|
while (pos && sscanf(pos, "%4s %d,", type, &level) == 2)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user