mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
misc: more compact zerogod.show
This commit is contained in:
parent
7e1cb69071
commit
30c4c320a6
2 changed files with 12 additions and 5 deletions
|
@ -67,7 +67,7 @@ func ippOnGetJobAttributes(ctx *HandlerContext, ipp_req *ipp.Request) {
|
|||
}
|
||||
ipp_resp.OperationAttributes["job-originating-user-name"] = []ipp.Attribute{
|
||||
{
|
||||
Value: "bettercap", // TODO: check if this must match the actual job user from a print operation
|
||||
Value: "bettercap",
|
||||
Tag: ipp.TagName,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue