Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/755e0088c5b41d7d48e5bdcb3c9d2c7794d9b956?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

typo and fmt...

shw-merge
xSmurf 8 years ago
parent 6e6e265fae
commit 755e0088c5

@ -646,8 +646,7 @@ func LookupSandboxProc(srcip net.IP, srcp uint16, dstip net.IP, dstp uint16, pro
res.Sandbox = OzInitPids[i].Name res.Sandbox = OzInitPids[i].Name
res.ExePath = GetRealRoot(res.ExePath, OzInitPids[i].Pid) res.ExePath = GetRealRoot(res.ExePath, OzInitPids[i].Pid)
break break
} } else {
else {
fmt.Printf("Couldn't find sandbox name.\n") fmt.Printf("Couldn't find sandbox name.\n")
} }
} }

Loading…
Cancel
Save