Author: jra
Date: 2005-09-11 05:16:54 +0000 (Sun, 11 Sep 2005)
New Revision: 10150

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10150

Log:
Fix from Steve Williams <[EMAIL PROTECTED]> to make the args
consistent (uint64_t).
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/smb_share_modes.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/smb_share_modes.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/smb_share_modes.c  2005-09-10 22:25:13 UTC 
(rev 10149)
+++ branches/SAMBA_3_0/source/libsmb/smb_share_modes.c  2005-09-11 05:16:54 UTC 
(rev 10150)
@@ -94,8 +94,8 @@
 }
                                                                                
                                                   
 int smb_unlock_share_mode_entry(struct smbdb_ctx *db_ctx,
-                                dev_t dev,
-                                ino_t ino)
+                                uint64_t dev,
+                                uint64_t ino)
 {
        return tdb_chainunlock(db_ctx->smb_tdb, get_locking_key(dev, ino));
 }

Reply via email to