cosmetics

This commit is contained in:
Andreas Steffen
2009-01-13 06:50:55 +00:00
parent 04bcdc715d
commit 3119fafd8d
+3 -4
View File
@@ -130,10 +130,9 @@ starter_start_charon (starter_config_t *cfg, bool no_fork)
/* parse debug string */
{
int level;
char *pos, *buf_pos, type[4];
pos = cfg->setup.charondebug;
buf_pos = buffer;
char type[4];
char *pos = cfg->setup.charondebug;
char *buf_pos = buffer;
while (pos && sscanf(pos, "%4s %d,", type, &level) == 2)
{