Compare commits

..

1 commit

Author SHA1 Message Date
956280affe
feat: discovery 2025-03-10 09:58:14 +08:00

View file

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