Use the RX_SECIDX_* enums in more places
[openafs.git] / src / rx / simple.example / sample_client.c
index 819153c..06d329b 100644 (file)
@@ -48,7 +48,7 @@ main(int argc, char **argv)
     null_securityObject = rxnull_NewClientSecurityObject();
     conn =
        rx_NewConnection(host, SAMPLE_SERVER_PORT, SAMPLE_SERVICE_ID,
-                        null_securityObject, SAMPLE_NULL);
+                        null_securityObject, RX_SECIDX_NULL);
     for (i = 1; i < 10; i++) {
        int error, result;
        printf("add(%d,%d)", i, i * 2);