agent: fix inversed lan/wan key listing

This commit is contained in:
Ryan Uber 2014-09-08 20:13:11 -07:00
parent 83af160fc3
commit cae3f0fd0b
1 changed files with 2 additions and 2 deletions

View File

@ -390,10 +390,10 @@ func (i *AgentRPC) handleRequest(client *rpcClient, reqHeader *requestHeader) er
return i.handleReload(client, seq) return i.handleReload(client, seq)
case listKeysLANCommand: case listKeysLANCommand:
return i.handleListKeysWAN(client, seq) return i.handleListKeysLAN(client, seq)
case listKeysWANCommand: case listKeysWANCommand:
return i.handleListKeysLAN(client, seq) return i.handleListKeysWAN(client, seq)
/* /*
case installKeyLANCommand: case installKeyLANCommand: