Skip to content

Commit

Permalink
Use the correct type.
Browse files Browse the repository at this point in the history
Fix the build.
  • Loading branch information
loos-br committed Mar 17, 2018
1 parent 877fca2 commit e178a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/php56-pfSense-module/files/pfSense.c
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ PHP_FUNCTION(pfSense_etherswitch_getlaggroup)
{
char buf[32], *dev;
etherswitch_info_t info;
etherswitch_laggroup lg;
etherswitch_laggroup_t lg;
int fd, i;
long devlen, laggroup;
zval *members;
Expand Down

0 comments on commit e178a5c

Please sign in to comment.