Skip to content
Snippets Groups Projects
Commit 0088e655 authored by rswindell's avatar rswindell
Browse files

Messages imported with smbutil are given recipient agent type of AGENT_SMBUTIL

instead of the generic AGENT_PROCESS.
parent 010bc59a
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ void postmsg(char type, char* to, char* to_number, char* to_address, ...@@ -142,7 +142,7 @@ void postmsg(char type, char* to, char* to_number, char* to_address,
int i; int i;
long l,length; long l,length;
ulong offset,crc; ulong offset,crc;
ushort agent=AGENT_PROCESS; ushort agent=AGENT_SMBUTIL;
smbmsg_t msg; smbmsg_t msg;
/* Read message text from stream (file or stdin) */ /* Read message text from stream (file or stdin) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment