FIX: added missing attribute sub

FIXES: #1
TIME: 5M
This commit is contained in:
Dominik Meyer 2024-02-18 19:07:53 +01:00
parent 7062e89d24
commit 2010eb7e07
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 7 additions and 0 deletions

View File

@ -448,4 +448,11 @@ sub NTFY_Set
}
sub NTFY_Attr
{
my ( $cmd, $name, $aName, $aValue ) = @_;
return undef;
}
1;