Files
libssh/src
Jakub Jelen 30cc1568f4 options: Avoid needless assignment as reported by csbuild
The error was

 src/options.c:971:13: warning: Value stored to 'u' is never read
 #            u = 0;
 #            ^   ~
 src/options.c:971:13: note: Value stored to 'u' is never read
 #            u = 0;
 #            ^   ~
 #  969|           case SSH_OPTIONS_KBDINT_AUTH:
 #  970|           case SSH_OPTIONS_GSSAPI_AUTH:
 #  971|->             u = 0;
 #  972|               if (value == NULL) {
 #  973|                   ssh_set_error_invalid(session);

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2019-12-23 14:31:32 +01:00
..
2019-06-14 15:22:56 +02:00
2019-12-09 16:08:03 +01:00
2019-12-20 16:17:33 +01:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2019-08-08 09:30:03 +02:00
2019-08-08 09:30:03 +02:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2018-08-27 11:29:18 +02:00
2019-01-24 11:56:23 +01:00
2018-09-04 19:57:31 +02:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2019-03-07 12:03:32 +01:00
2019-12-09 16:08:03 +01:00
2019-06-14 15:22:56 +02:00
2019-12-09 16:08:03 +01:00
2019-12-20 14:35:18 +01:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2019-12-20 16:17:33 +01:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00