summaryrefslogtreecommitdiffstats
path: root/source/smbd/ipc.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-08-13 19:35:33 +0000
committerLuke Leighton <lkcl@samba.org>1999-08-13 19:35:33 +0000
commit41cb8b0ba071ef73bf00130ec863b592c16d359a (patch)
treedeb0abe601e1a7b28f8d704b8e1a1fdb2b1439de /source/smbd/ipc.c
parent8a603a8793cb067cd06edc3d73d0b35c427ed5ed (diff)
downloadsamba-41cb8b0ba071ef73bf00130ec863b592c16d359a.tar.gz
samba-41cb8b0ba071ef73bf00130ec863b592c16d359a.tar.xz
samba-41cb8b0ba071ef73bf00130ec863b592c16d359a.zip
pnum should be a uint16.
Diffstat (limited to 'source/smbd/ipc.c')
-rw-r--r--source/smbd/ipc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/smbd/ipc.c b/source/smbd/ipc.c
index cdbb4416af9..5a0bf6ac072 100644
--- a/source/smbd/ipc.c
+++ b/source/smbd/ipc.c
@@ -3214,8 +3214,8 @@ static int api_fd_reply(connection_struct *conn,uint16 vuid,char *outbuf,
{
BOOL reply = False;
- int pnum;
- int subcommand;
+ uint16 pnum;
+ uint16 subcommand;
pipes_struct *p = NULL;
prs_struct pd;