Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8187497

Redundant variable assignment in Java_sun_security_jgss_wrapper_GSSLibStub_getMic

XMLWordPrintable

    • b35
    • Not verified

      GSSLibStub.c

      In the function Java_sun_security_jgss_wrapper_GSSLibStub_getMic()
      there are two lines with assignment:

      contextHdl = (gss_ctx_id_t) jlong_to_ptr(pContext);

      The second one seems redundant.

            igerasim Ivan Gerasimov
            igerasim Ivan Gerasimov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: