pull-prototypes-to-head-20020821
[openafs.git] / src / rxkad / test / stress_c.c
index 6ca0863..aac2536 100644 (file)
@@ -1153,7 +1153,7 @@ long rxkst_StartClient (parms)
        scIndex = 2;                    /* kerberos security index */
     } else {
        /* unauthenticated connection */
-       sc = (struct rx_securityClass *) rxnull_NewClientSecurityObject ();
+       sc = rxnull_NewClientSecurityObject();
        assert (sc);
        scIndex = 0;                    /* null security index */
     }