1
0
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:
Volker Lendecke 2007-08-11 11:50:53 +00:00 committed by Gerald (Jerry) Carter
parent bb373dbd6c
commit bf47a89c98

View File

@ -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);
}
/****************************************************************************