diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-12-31 07:22:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:49 -0500 |
commit | 6b59b377447ccc750df531422002c5bf09542401 (patch) | |
tree | c3fc49c46c2748e57ed178f8c81a2fdfe1f3a87f /source4 | |
parent | 7ac62a7b133cac8915fe10272c1045d7aa4dc7fa (diff) | |
download | samba-6b59b377447ccc750df531422002c5bf09542401.tar.gz samba-6b59b377447ccc750df531422002c5bf09542401.tar.bz2 samba-6b59b377447ccc750df531422002c5bf09542401.zip |
r4436: add one more flag
metze
(This used to be commit 7886000e031622795fecb6ec37990c133b1e66f7)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/srvsvc.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index 5991284ee9..aea5c686a2 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -378,6 +378,7 @@ const int STYPE_PRINTQ = 1; const int STYPE_DEVICE = 2; /* Serial device */ const int STYPE_IPC = 3; /* Interprocess communication (IPC) */ + const int STYPE_TEMPORARY= 0x40000000; /* share is a temporary one */ const int STYPE_HIDDEN = 0x80000000; /* share is a hidden one */ typedef struct { |