summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 18:17:15 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 12:07:33 +0200
commit02d9ba6ee1db9d65fad5d8bcd7478abd82281d5d (patch)
tree582f62930f08d02734d653eba523a08c7886f85a /source3/include/local.h
parentbb27bb081e79334861192b6e02c51fd70440c65e (diff)
downloadsamba-02d9ba6ee1db9d65fad5d8bcd7478abd82281d5d.tar.gz
samba-02d9ba6ee1db9d65fad5d8bcd7478abd82281d5d.tar.bz2
samba-02d9ba6ee1db9d65fad5d8bcd7478abd82281d5d.zip
s3:smbd: change user_struct->vuid to uint64_t
Only sconn->smb1.sessions.next_vuid remains as uint16_t, so that we do not generate larger values yet. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jun 6 12:07:33 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 11166df5f0..653c6714c2 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -167,7 +167,7 @@
#ifndef SESSION_TEMPLATE
/* Paramaters are 'pid' and 'vuid' */
-#define SESSION_TEMPLATE "smb/%lu/%d"
+#define SESSION_TEMPLATE "smb/%lu/%llu"
#endif
#ifndef SESSION_UTMP_TEMPLATE