fixed an enumerated type error found on irix
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 Aug 2003 17:34:49 +0000 (17:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 15 Aug 2003 17:34:49 +0000 (17:34 +0000)
(This used to be commit 19acf60fceda04482047cfff24ee728bb66f3971)

source4/include/smb_interfaces.h

index 575590c364fa309a3479b0c890eb1462581d8118..8a5819ff893482813f4daeacdb93141acc4aa1bc 100644 (file)
@@ -1911,7 +1911,7 @@ union smb_search_close {
 
        /* SMBfindclose interface */
        struct {
-               enum search_level level;
+               enum search_close_level level;
                
                struct {
                        uint16 handle;