mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
libkmipclient: Remove superfluous break
A double break in a switch does not make any sense, remove it. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
96084339f5
commit
c98d8e7629
@@ -1084,8 +1084,6 @@ int kmip_connection_new(const struct kmip_conn_config *config,
|
||||
return -EINVAL;
|
||||
}
|
||||
break;
|
||||
|
||||
break;
|
||||
default:
|
||||
kmip_debug(debug, "Invalid encoding: %d", config->encoding);
|
||||
return -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user