[BACK]Return to env.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / doas

Diff for /src/usr.bin/doas/env.c between version 1.4 and 1.5

version 1.4, 2016/07/10 03:24:31 version 1.5, 2016/09/15 00:58:23
Line 194 
Line 194 
                 NULL                  NULL
         };          };
         struct env *env;          struct env *env;
   
         env = createenv(rule);          env = createenv(rule);
   
         /* if we started with blank, fill some defaults then apply rules */          /* if we started with blank, fill some defaults then apply rules */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5