Compare commits

..

1 commit

Author SHA1 Message Date
c343074839
feat: discovery 2025-03-10 10:00:01 +08:00

View file

@ -96,6 +96,7 @@ Java_net_typeblog_lpac_1jni_LpacJni_discoveryProfile(
} }
ret = es11_authenticate_client(ctx, &smdp_list); ret = es11_authenticate_client(ctx, &smdp_list);
syslog(LOG_INFO, "es11_authenticate_client %d", ret);
if (ret < 0) { if (ret < 0) {
ret = -ES10B_ERROR_REASON_UNDEFINED; ret = -ES10B_ERROR_REASON_UNDEFINED;
goto out; goto out;