Changeset 124 for branches/samba-3.0/source/smbd/server.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/server.c
r71 r124 31 31 32 32 /* a useful macro to debug the last message processed */ 33 #define LAST_MESSAGE() smb_fn_name(last_message)33 #define LAST_MESSAGE() (last_message != -1 ? smb_fn_name(last_message) : "") 34 34 35 35 extern struct auth_context *negprot_global_auth_context;
Note:
See TracChangeset
for help on using the changeset viewer.