Skip to content
Snippets Groups Projects
Commit 6a7fbf0d authored by rswindell's avatar rswindell
Browse files

save_msg() documentation missing "from_agent" header field.

parent 2767afd0
No related branches found
No related tags found
No related merge requests found
...@@ -1590,6 +1590,7 @@ static jsSyncMethodSpec js_msgbase_functions[] = { ...@@ -1590,6 +1590,7 @@ static jsSyncMethodSpec js_msgbase_functions[] = {
"<tr><td><tt>from_org</tt><td>Sender's organization" "<tr><td><tt>from_org</tt><td>Sender's organization"
"<tr><td><tt>from_net_type</tt><td>Sender's network type (default: 0 for local)" "<tr><td><tt>from_net_type</tt><td>Sender's network type (default: 0 for local)"
"<tr><td><tt>from_net_addr</tt><td>Sender's network address" "<tr><td><tt>from_net_addr</tt><td>Sender's network address"
"<tr><td><tt>from_agent</tt><td>Sender's agent type"
"<tr><td><tt>from_ip_addr</tt><td>Sender's IP address (if available, for security tracking)" "<tr><td><tt>from_ip_addr</tt><td>Sender's IP address (if available, for security tracking)"
"<tr><td><tt>from_host_name</tt><td>Sender's host name (if available, for security tracking)" "<tr><td><tt>from_host_name</tt><td>Sender's host name (if available, for security tracking)"
"<tr><td><tt>from_protocol</tt><td>TCP/IP protocol used by sender (if available, for security tracking)" "<tr><td><tt>from_protocol</tt><td>TCP/IP protocol used by sender (if available, for security tracking)"
......
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