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 */ /* 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)
{ {