diff options
author | Jeremy Allison <jra@samba.org> | 2006-03-13 23:07:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:26 -0500 |
commit | d1684fa82ef8720341179238b65a768777681f34 (patch) | |
tree | e62d00830b155681a6dce688ecbdf9e48029228c /source3/include | |
parent | 8f96b1bf0f03e05fbf2ded0856a03bd522549d7b (diff) | |
download | samba-d1684fa82ef8720341179238b65a768777681f34.tar.gz samba-d1684fa82ef8720341179238b65a768777681f34.tar.bz2 samba-d1684fa82ef8720341179238b65a768777681f34.zip |
r14353: Fix coverity bugs #61 and #62. Remember to divide by
the size of the data table. Clean up the struct a little.
Jeremy.
(This used to be commit 338538410d484a9358b60b05a86180275344ffa4)
Diffstat (limited to 'source3/include')
-rwxr-xr-x | source3/include/rpc_spoolss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 5429511a8b..681dcd73d4 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -810,7 +810,7 @@ typedef struct spool_notify_info_data } notify_data; uint32 size; - BOOL enc_type; + uint32 enc_type; } SPOOL_NOTIFY_INFO_DATA; typedef struct spool_notify_info |