mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r24326: Fix the build for Solaris CC
(This used to be commit 7af4c1f547
)
This commit is contained in:
parent
bb373dbd6c
commit
bf47a89c98
@ -293,7 +293,7 @@ void reply_pipe_read_and_X(struct smb_request *req)
|
||||
DEBUG(3,("readX-IPC pnum=%04x min=%d max=%d nread=%d\n",
|
||||
p->pnum, smb_mincnt, smb_maxcnt, nread));
|
||||
|
||||
return chain_reply_new(req);
|
||||
chain_reply_new(req);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user