Skip to content

Commit

Permalink
fix issue #6 - add a return for final autodiscover step failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Stalmans committed Oct 4, 2016
1 parent 8ceae2c commit cd0420b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autodiscover/autodiscover.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ func autodiscover(domain string, mapi bool) (*utils.AutodiscoverResp, error) {
autodiscoverStep++
return autodiscover(domain, mapi)
}
//we've done all three steps of autodiscover and all three failed
return nil, err
}
}

Expand Down

0 comments on commit cd0420b

Please sign in to comment.