diff options
author | Jeremy Allison <jra@samba.org> | 2005-11-11 00:16:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:23 -0500 |
commit | 2a7ce639eba133020dc8cbb1346e7d0a53c31a21 (patch) | |
tree | c5e2d52345e94a42b0f23cac34f9773c6e0c9dca /source3/rpcclient | |
parent | 5a06869da700261b97c62b20802f17cf5277cba8 (diff) | |
download | samba-2a7ce639eba133020dc8cbb1346e7d0a53c31a21.tar.gz samba-2a7ce639eba133020dc8cbb1346e7d0a53c31a21.tar.bz2 samba-2a7ce639eba133020dc8cbb1346e7d0a53c31a21.zip |
r11658: Someone broke the initialization of the static modules by adding a 'NTSTATUS'
declaration before their call.
The compiler sees : { NTSTATUS fn_foo(); NT_STATUS fn_bar(); }
as *definitions: They need to be : { fn_foo(); fn_bar(); }
Jeremy.
(This used to be commit 1c5a3c51e36d228442b74d9221d3ed8a13a1c513)
Diffstat (limited to 'source3/rpcclient')
0 files changed, 0 insertions, 0 deletions