Changeset 4608

Show
Ignore:
Timestamp:
03/15/10 10:06:47 (5 months ago)
Author:
phk
Message:

Silly test-commit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/lib/libvarnishcompat/daemon.c

    r4607 r4608  
    6868                /* 
    6969                 * A fine point:  _exit(0), not exit(0), to avoid triggering 
    70                  * atexit(3) processing 
     70                 * atexit(3) processing. 
    7171                 */ 
    7272                _exit(0);