-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.4.7
-
Fix Version/s: 10.4.8
-
Component/s: Plugin - pam
-
Labels:None
-
Environment:FreeBSD 12.0
FreeBSD clang version 6.0.1
cmake version 3.14.3
in plugin/auth_pam/testing
--- plugin/auth_pam/testing/CMakeFiles/pam_mariadb_mtr.dir/all ---
|
/usr/ports/databases/mariadb104-server/work/mariadb-10.4.7/plugin/auth_pam/testing/pam_mariadb_mtr.c:59:24: error: use of undeclared identifier 'uint'; did you mean 'int'?
|
if (strlen(r1) == (uint)atoi(r2) % 100)
|
^~~~
|
int
|
/usr/ports/databases/mariadb104-server/work/mariadb-10.4.7/plugin/auth_pam/testing/pam_mariadb_mtr.c:59:23: error: reference to overloaded function could not be resolved; did you mean to call it?
|
if (strlen(r1) == (uint)atoi(r2) % 100)
|
^~~~~~
|
2 errors generated.
|