1
0
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:
Andrew Tridgell 2003-08-15 17:34:49 +00:00
parent 00743e97f8
commit 1c849248d4

View File

@ -1911,7 +1911,7 @@ union smb_search_close {
/* SMBfindclose interface */
struct {
enum search_level level;
enum search_close_level level;
struct {
uint16 handle;