Add missing validator for the socket_path attribute

refs #7901
This commit is contained in:
Gunnar Beutner 2014-12-02 13:43:36 +01:00
parent ba5f20224e
commit fc42cb575c
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
%attribute %string "host",
%attribute %number "port",
%attribute %string "socket_path",
%attribute %string "user",
%attribute %string "password",