Skip to content

Commit

Permalink
Use home_type_t instead of "int"
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 22, 2014
1 parent c9a15d6 commit e893c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/realms.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ typedef struct home_pool_t {
char const *name;
home_pool_type_t type;

int server_type;
home_type_t server_type;
CONF_SECTION *cs;

char const *virtual_server; /* for pre/post-proxy */
Expand Down

0 comments on commit e893c58

Please sign in to comment.