diff options
author | Jean-François Micouleau <jfm@samba.org> | 1999-05-03 22:00:33 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 1999-05-03 22:00:33 +0000 |
commit | 9ac038817ea75db29ccf7d6d149483eeaa88ecb6 (patch) | |
tree | 19684c1ba12207b645287190b2e69a2ec345b7e0 /source3/include/smb.h | |
parent | 60c211a3abd5eadb359db5f02941f32e2d881e52 (diff) | |
download | samba-9ac038817ea75db29ccf7d6d149483eeaa88ecb6.tar.gz samba-9ac038817ea75db29ccf7d6d149483eeaa88ecb6.tar.bz2 samba-9ac038817ea75db29ccf7d6d149483eeaa88ecb6.zip |
Changed the RPC api definition now first arg is a pipe_struct
found some memory leak in the spoolss code.
Jean Francois
(This used to be commit 958591abd1645aaa459540a232231d380d879219)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 24f95baaa5..e69051304a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -364,7 +364,7 @@ typedef char fstring[FSTRING_LEN]; #define PIPE_LSARPC "\\PIPE\\lsarpc" #define PIPE_ATSVC "\\PIPE\\atsvc" #define PIPE_SPOOLSS "\\pipe\\spoolss" - +#define PIPE_EVENTLOG "\\PIPE\\EVENTLOG" /* 64 bit time (100usec) since ????? - cifs6.txt, section 3.5, page 30 */ typedef struct nttime_info |