pwrap: Remove useless break
authorAndreas Schneider <asn@samba.org>
Thu, 6 Apr 2017 07:56:15 +0000 (09:56 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 6 Apr 2017 11:41:45 +0000 (13:41 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
src/pam_wrapper.c

index 168020b684a4f16579b9a3b52c7a17c17eb2abf2..7bf3f7b7b9edfd931863ab2c968293783b6668aa 100644 (file)
@@ -1253,7 +1253,6 @@ static int pwrap_pam_get_item(const pam_handle_t *pamh,
                                  "pwrap_get_item item_type=%d item=%p",
                                  item_type, (const void *)*item);
                        break;
-                       break;
                }
        } else {
                PWRAP_LOG(PWRAP_LOG_TRACE, "pwrap_get_item failed rc=%d", rc);