summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-07-16 21:51:56 +0000
committerJeremy Allison <jra@samba.org>2002-07-16 21:51:56 +0000
commit51c8338c7ac8665fcaaac6de5f2d81b460e803f5 (patch)
tree61ed3242de34478f349bbccccb215aca4edb311c
parentdb5d91fedfe9355f4a79aee9dc60d77dd068b334 (diff)
downloadsamba-51c8338c7ac8665fcaaac6de5f2d81b460e803f5.tar.gz
samba-51c8338c7ac8665fcaaac6de5f2d81b460e803f5.tar.xz
samba-51c8338c7ac8665fcaaac6de5f2d81b460e803f5.zip
print_jobid in the fsp struct should be uint32.
Jeremy.
-rw-r--r--source/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index a67101ff099..636e4ab00c4 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -383,7 +383,7 @@ typedef struct files_struct
int fnum;
struct connection_struct *conn;
int fd;
- int print_jobid;
+ uint32 print_jobid;
SMB_DEV_T dev;
SMB_INO_T inode;
BOOL delete_on_close;