Fix an error where the SK Offset was truncated to 16 bits. Variables needed
authorRichard Sharpe <sharpe@samba.org>
Thu, 16 Jan 2003 23:27:37 +0000 (23:27 +0000)
committerRichard Sharpe <sharpe@samba.org>
Thu, 16 Jan 2003 23:27:37 +0000 (23:27 +0000)
commit2ff1d60bdc8e3635db0dc90482d0d2f9db653e9d
tree8e987be157705bb172ba1faa611eda5dc7f651ea
parenteffbd70c21d49255e9cf5eae3e71a7fe93fc7950
Fix an error where the SK Offset was truncated to 16 bits. Variables needed
to be unsigned int (DWORD) not unsigned int (WORD).
(This used to be commit e1e9c29c4095405d7031cfd618e06dd841075aad)
source3/utils/profiles.c