mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
fa99ae70f1
The variable error_pos is used only with enabled ENABLE_GNUTLS There are warnings if compiled witout gnutls ../source4/lib/tls/tls_tstream.c: In function ‘_tstream_tls_connect_send’: ../source4/lib/tls/tls_tstream.c:1053:14: warning: unused variable ‘error_pos’ [-Wunused-variable] const char *error_pos; ^~~~~~~~~ ../source4/lib/tls/tls_tstream.c: In function ‘_tstream_tls_accept_send’: ../source4/lib/tls/tls_tstream.c:1333:14: warning: unused variable ‘error_pos’ [-Wunused-variable] const char *error_pos; ^~~~~~~~~ Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 21 00:01:09 CEST 2016 on sn-devel-144 |
||
---|---|---|
.. | ||
tls_tstream.c | ||
tls.c | ||
tls.h | ||
tlscert.c | ||
wscript |