diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-08 11:47:46 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-08 11:47:46 +0000 |
commit | 827aa6bc6ad8e73a9100c2ae4cad3f0da8a29a58 (patch) | |
tree | d392438501bf53a559d5bbae5024cca3a8f30aa1 /source3/smbd | |
parent | b0bdb42bd12905f5a6990b1cdc5d33fc4a3063a5 (diff) | |
download | samba-827aa6bc6ad8e73a9100c2ae4cad3f0da8a29a58.tar.gz samba-827aa6bc6ad8e73a9100c2ae4cad3f0da8a29a58.tar.bz2 samba-827aa6bc6ad8e73a9100c2ae4cad3f0da8a29a58.zip |
updating lsaparse.c and smbparse.c in line with changes to pipes.c and smb.h
from yesterday.
(This used to be commit 0b7049fae25957851a7f33d2bd500d8ecefc1ad5)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/pipes.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c index ffa64a4e80..95b69ef4d9 100644 --- a/source3/smbd/pipes.c +++ b/source3/smbd/pipes.c @@ -364,8 +364,6 @@ BOOL api_LsarpcTNP(int cnum,int uid, char *param,char *data, return(True); } -#if 0 /* HAVING TO DO THIS TO GET THINGS TO COMPILE - LUKE PLEASE CHECK THIS !!! */ - /* PAXX: Someone fix above. The above API is indexing RPC calls based on RPC flags and @@ -759,5 +757,3 @@ static int lsa_reply_sam_logoff(LSA_Q_SAM_LOGOFF *q_s, char *q, char *base, /* return length of SMB data stored */ return q - start; } - -#endif /* LUKE PLEASE CHECK THIS !! */ |