Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1838)

Unified Diff: state/api/firewaller/firewaller.go

Issue 78890043: state/api: implement APIHostPorts methods
Patch Set: state/api: implement APIHostPorts methods Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « state/api/environment/environment_test.go ('k') | state/api/machiner/machiner.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/api/firewaller/firewaller.go
=== modified file 'state/api/firewaller/firewaller.go'
--- state/api/firewaller/firewaller.go 2014-01-23 00:09:15 +0000
+++ state/api/firewaller/firewaller.go 2014-03-21 12:38:24 +0000
@@ -75,9 +75,6 @@
if err != nil {
return nil, err
}
- if err := result.Error; err != nil {
- return nil, err
- }
conf, err := config.New(config.NoDefaults, result.Config)
if err != nil {
return nil, err
« no previous file with comments | « state/api/environment/environment_test.go ('k') | state/api/machiner/machiner.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b