diff options
author | Jeremy Allison <jra@samba.org> | 1998-05-07 19:04:14 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-05-07 19:04:14 +0000 |
commit | 01df1ed95f880a671ead7bc92b3bcff01a2e2dc0 (patch) | |
tree | 7cb5a01b50e86b2e7129aa67e63ef47a24b72a04 /source3/include | |
parent | d8d9f7723337c267a8740750fe19a6387cfbb1f6 (diff) | |
download | samba-01df1ed95f880a671ead7bc92b3bcff01a2e2dc0.tar.gz samba-01df1ed95f880a671ead7bc92b3bcff01a2e2dc0.tar.bz2 samba-01df1ed95f880a671ead7bc92b3bcff01a2e2dc0.zip |
This should (hopefully :-) be the final fix for the %U %G substitution
problem....
smbpass.c: Removed Luke's dire warning - as some of the functions in here
*need* to be called externally :-).
Jeremy.
(This used to be commit 1fd8d12ca414066acec71b33eb8a13e16c2acd3a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c6311b3068..3cc48bb78f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1753,7 +1753,7 @@ int reply_lanman2(char *outbuf); int reply_nt1(char *outbuf); void close_cnum(int cnum, uint16 vuid); void exit_server(char *reason); -void standard_sub(int cnum,char *str,uint16 vuid); +void standard_sub(int cnum,char *str); char *smb_fn_name(int type); int chain_reply(char *inbuf,char *outbuf,int size,int bufsize); int construct_reply(char *inbuf,char *outbuf,int size,int bufsize); |