aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-01-21 14:33:31 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-01-21 14:33:31 +0000
commit6460de7d7ac87145594f28a416f926f830df9b8c (patch)
treed9717482fde11f1fbab1e8d9aaf39805c205fef2 /src
parent1e1e0552e60b1ebbcefeb6f90335643fc5f3d1b5 (diff)
downloadmailfromd-6460de7d7ac87145594f28a416f926f830df9b8c.tar.gz
mailfromd-6460de7d7ac87145594f28a416f926f830df9b8c.tar.bz2
* src/symtab.c: Ported r1584 from branches/gmach.
* NEWS: Update. * doc/mailfromd.texi: Updated. * configure.ac: Version 4.3 (preparing for the release). git-svn-id: file:///svnroot/mailfromd/trunk@1585 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
-rw-r--r--src/symtab.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4741dba4..6efb0e8e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1621,7 +1621,7 @@ struct mu_cfg_param mf_cfg_param[] = {
N_("Set Mailfromd debug verbosity level. Argument is a comma-"
"separated list of debug specifications, each of which has the "
"following form:\n"
- " <module: string>[=<level: number>\n"
+ " <module: string>[=<level: number>]\n"
"where <module> is the name of a Mailfromd module, and <level> "
"is the desired verbosity level for that module."),
N_("spec: list") },
diff --git a/src/symtab.c b/src/symtab.c
index 841d6cd7..c9c31194 100644
--- a/src/symtab.c
+++ b/src/symtab.c
@@ -151,6 +151,8 @@ rehash()
1);
sp->state = old_symtab[i].state;
sp->vp = old_symtab[i].vp;
+ if (sp->state == SYM_VARIABLE)
+ sp->vp->variable.owner = sp;
}
}
free(old_symtab);

Return to:

Send suggestions and report system problems to the System administrator.