mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Give mode2string a more generic name.
This commit is contained in:
parent
3814313b0b
commit
50d5571939
1 changed files with 1 additions and 1 deletions
|
@ -3542,7 +3542,7 @@ function x509_err2str%(err_num: count%): string
|
||||||
return new StringVal(X509_verify_cert_error_string(err_num));
|
return new StringVal(X509_verify_cert_error_string(err_num));
|
||||||
%}
|
%}
|
||||||
|
|
||||||
function NFS3::mode2string%(mode: count%): string
|
function file_mode%(mode: count%): string
|
||||||
%{
|
%{
|
||||||
char str[12];
|
char str[12];
|
||||||
char *p = str;
|
char *p = str;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue