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 | 958591abd1645aaa459540a232231d380d879219 (patch) | |
tree | 9061a3baadd010d6af4a7149f5bc6ccd18c44344 /source/include/smb.h | |
parent | 66b4b896fbcabb964a427d0c0aa2f57997e0f6bb (diff) | |
download | samba-958591abd1645aaa459540a232231d380d879219.tar.gz samba-958591abd1645aaa459540a232231d380d879219.tar.xz samba-958591abd1645aaa459540a232231d380d879219.zip |
Changed the RPC api definition now first arg is a pipe_struct
found some memory leak in the spoolss code.
Jean Francois
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 24f95baaa50..e69051304ad 100644 --- a/source/include/smb.h +++ b/source/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 |