mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
fixed an enumerated type error found on irix
(This used to be commit 19acf60fce
)
This commit is contained in:
parent
00743e97f8
commit
1c849248d4
@ -1911,7 +1911,7 @@ union smb_search_close {
|
||||
|
||||
/* SMBfindclose interface */
|
||||
struct {
|
||||
enum search_level level;
|
||||
enum search_close_level level;
|
||||
|
||||
struct {
|
||||
uint16 handle;
|
||||
|
Loading…
Reference in New Issue
Block a user