mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-20 08:13:48 +00:00
Hostname management refactoring.
This commit is contained in:
@ -48,7 +48,7 @@ class ETHHUB(object):
|
||||
"""
|
||||
|
||||
# validate the request
|
||||
if request and not self.validate_request(request, ETHHUB_CREATE_SCHEMA):
|
||||
if not self.validate_request(request, ETHHUB_CREATE_SCHEMA):
|
||||
return
|
||||
|
||||
name = request["name"]
|
||||
|
Reference in New Issue
Block a user