mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix AWS key managemennt compile error on Linux
This commit is contained in:
parent
13752faa4d
commit
c7d85db1c4
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ static vector<string> traverse_current_directory()
|
|||
if (!dir)
|
||||
return v;
|
||||
struct dirent *e;
|
||||
while ((e= readdir(dir))
|
||||
while ((e= readdir(dir)))
|
||||
v.push_back(e->d_name);
|
||||
closedir(dir);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue