diff options
author | David Timber <mieabby@gmail.com> | 2020-10-25 16:10:37 +1030 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-10-25 16:16:21 +1030 |
commit | 3fb3d74e7113e514819670ee42e7f5703f13ceec (patch) | |
tree | 445f6cf3e8bc42e034f3e5390723a8c62c732b2c /src/data/proto-test | |
parent | 4c882d7216bb12d5821a108b9f11544a075c7024 (diff) |
Impl proone-hostinfod yaml config ...
* Add proper sample host_cred data in src/data/proto-test/hostinfo_rsp
* Fix typo in configure.ac
Diffstat (limited to 'src/data/proto-test')
-rw-r--r-- | src/data/proto-test/hostinfo_rsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/proto-test/hostinfo_rsp b/src/data/proto-test/hostinfo_rsp index d2f110c..659a146 100644 --- a/src/data/proto-test/hostinfo_rsp +++ b/src/data/proto-test/hostinfo_rsp @@ -15,6 +15,6 @@ 11223344 # crash_cnt DEADBEEF # parent_pid BABEBABE # child_pid - 04 # host_cred_len + 0A # host_cred_len 00 # arch - 54455354 # "TEST" + 5445535400 3132333400 # "TEST", "1234" |