9d85348 Do not check for DNA magic values

Authored and Committed by simo 11 years ago
    Do not check for DNA magic values
    
    The DNA magic value can be arbitrarily changed by admins so we cannot use a
    const value to check. And we relly do not need to check at all. If the DNA
    plugin is broken and leaves magic values to reach the post-op stage we have
    bigger problems. So just simply get rid of this check.