BSD 4 development
[unix-history] / usr / src / cmd / ucbmail / strings.c
index 16a0917..c90977c 100644 (file)
@@ -67,6 +67,8 @@ sreset()
        register struct strings *sp;
        register int index;
 
        register struct strings *sp;
        register int index;
 
+       if (noreset)
+               return;
        minit();
        index = 0;
        for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) {
        minit();
        index = 0;
        for (sp = &stringdope[0]; sp < &stringdope[NSPACE]; sp++) {