svn commit: samba r10150 - in branches/SAMBA_3_0/source/libsmb: .

jra at samba.org jra at samba.org
Sun Sep 11 05:16:55 GMT 2005


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 <steve at celineandsteve.com> 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));
 }



More information about the samba-cvs mailing list