Changeset 105 for trunk/src/sh_hash.c


Ignore:
Timestamp:
May 15, 2007, 10:56:55 PM (18 years ago)
Author:
rainer
Message:

Fixes for tickets #64, #65, #66 (null checksum encoding, acl double print, UseACLCheck/UseSELinuxCheck bug).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_hash.c

    r93 r105  
    6161#include "sh_forward.h"
    6262#endif
     63
     64
     65#define SH_KEY_NULL _("000000000000000000000000000000000000000000000000")
     66
    6367
    6468#undef  FIL__
     
    35683572            SH_FREE(esc);
    35693573        }
    3570       printf(_(" %s"), tmp);
    35713574      SH_FREE(tmp);
    35723575    }
Note: See TracChangeset for help on using the changeset viewer.