mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Refactor: BifTypePtr --> BifType
As per our mail discussion renaming BifTypePtr namespace to BifType.
This commit is contained in:
parent
fab11c44ee
commit
e310119ffa
4 changed files with 6 additions and 6 deletions
|
@ -288,7 +288,7 @@ void PortmapperInterp::Event(EventHandlerPtr f, Val* request, int status, Val* r
|
|||
}
|
||||
else
|
||||
{
|
||||
vl->append(new EnumVal(status, BifTypePtr::Enum::rpc_status));
|
||||
vl->append(new EnumVal(status, BifType::Enum::rpc_status));
|
||||
if ( request )
|
||||
vl->append(request);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue