mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
- Don't allocate strings - Give higher preference to the [out] part of variables when they are being used by another [out] variable. Also make sure that [in] variables never use [out] variables (i.e. switch_is() on an [in] variable can no longer use an [out] variable).