diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/credentials/credentials.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/credentials/credentials.c b/auth/credentials/credentials.c index 4f3042e3152..f9a6bc3b13e 100644 --- a/auth/credentials/credentials.c +++ b/auth/credentials/credentials.c @@ -1277,7 +1277,8 @@ _PUBLIC_ bool cli_credentials_parse_password_fd(struct cli_credentials *credenti *++p = '\0'; /* advance p, and null-terminate pass */ break; } - /* fall through */ + + FALL_THROUGH; case 0: if (p - pass) { *p = '\0'; /* null-terminate it, just in case... */ |