mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 14:20:00 -08:00
Re-add SQLite import support, but make it a build-time option.
This commit is contained in:
parent
48efaf6645
commit
4d5b897d66
11 changed files with 265 additions and 79 deletions
2
ctl.go
2
ctl.go
|
|
@ -41,7 +41,7 @@ func GrumbleCtl(args []string) {
|
|||
|
||||
sid, _ := strconv.Atoi64(args[1])
|
||||
|
||||
client, err := rpc.Dial(*ctlnet, *ctladdr)
|
||||
client, err := rpc.Dial(Args.CtlNet, Args.CtlAddr)
|
||||
if err != nil {
|
||||
log.Fatalf("Could not connect to control socket: %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue