mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
traffic_summary: avoid uninitialised variable warning
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
5473a277e3
commit
e12dbc7307
@ -518,7 +518,7 @@ sub format_ldap
|
||||
#------------------------------------------------------------------------------
|
||||
sub format_kerberos
|
||||
{
|
||||
my $msg_type = $proto_data{'kerberos.msg_type.show'};
|
||||
my $msg_type = $proto_data{'kerberos.msg_type.show'} || '';
|
||||
my $cname_type = $proto_data{'kerberos.cname.type'} || '';
|
||||
my $description = $proto_data{'kerberos.msg_type.showname'} || '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user