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
2018-11-30 18:26:55 +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-06-12 10:17:54 +02:00
2019-11-18 11:59:01 +01:00
2019-09-24 16:10:33 +02:00
2016-05-02 16:56:54 +02:00
2019-07-30 13:26:29 +02:00
2019-12-09 16:08:03 +01:00
2019-06-13 16:43:44 +02:00
2019-11-14 21:04:03 +01:00
2019-10-01 10:24:01 +02:00
2019-12-09 16:08:03 +01:00
2019-12-09 16:08:03 +01:00
2019-04-29 13:16:54 +02:00
2019-12-13 20:00:37 -05: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
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
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-12-10 21:13:07 +01:00
2019-03-07 12:03:32 +01:00
2019-12-23 14:31:32 +01:00
2019-09-16 09:35:24 +02:00
2019-12-09 16:08:03 +01:00
2018-10-24 09:48:35 +02:00
2019-04-04 08:00:31 +02:00
2019-04-04 08:00:31 +02:00
2019-12-20 14:40:51 +01:00
2019-12-16 22:45:45 +02:00
2019-05-13 16:37:51 +02:00
2019-06-14 15:22:56 +02:00
2018-08-20 18:42:03 +02:00
2019-12-09 16:08:03 +01:00
2019-08-07 09:49:00 +02:00
2019-12-09 16:08:03 +01:00
2019-12-20 14:35:18 +01:00
2019-12-23 14:31:32 +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
2019-12-20 16:17:33 +01:00
2019-09-24 16:49:35 +02:00
2019-09-24 16:49:35 +02:00
2019-12-20 16:17:33 +01:00
2019-12-20 16:17:33 +01:00
2019-12-20 16:17:33 +01:00
2019-02-27 08:17:53 +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
2019-12-09 16:08:03 +01:00
2018-09-04 12:29:20 +02:00
2018-08-03 16:43:03 +02:00
2019-07-04 10:29:20 +02:00
2019-11-07 15:55:32 +01:00