Changeset 239 for trunk


Ignore:
Timestamp:
Jul 20, 2009, 7:24:05 PM (15 years ago)
Author:
katerina
Message:

Fix for ticket #159

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/Changelog

    r238 r239  
    112.5.7:
    2         * If available, use %z to print timezone as hour offset from GMT
     2        * sh_userfiles.c: set userUids = NULL at reconfiguration (issue
     3          reported by U. Melzer)
     4        * if available, use %z to print timezone as hour offset from GMT
    35          in email date headers (problem reported by NP, solution suggested
    46          by TimB).
     
    911          (problem reported by A. Dunkel)
    1012       
    11 2.5.6:
     132.5.6 (09-06-2009):
    1214        * recognize fdesc filesystem on MacOS X for suid check (Problem
    1315          reported by David)
  • trunk/src/sh_userfiles.c

    r227 r239  
    393393    userHomes = NULL;
    394394    userFiles = NULL;
     395    userUids  = NULL;
    395396
    396397    ShUserfilesActive   = S_TRUE;
Note: See TracChangeset for help on using the changeset viewer.