Skip to content

Commit

Permalink
Fix for naming difference between branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 16742e9 commit 3b59e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dird/dird.c
Expand Up @@ -929,15 +929,15 @@ static bool check_resources()
/*
* Loop over Clients
*/
me->subscriptions_used = 0;
director->subscriptions_used = 0;
CLIENTRES *client;
foreach_res(client, R_CLIENT) {
/*
* Count the number of clients
*
* Only used as indication not an enforced limit.
*/
me->subscriptions_used++;
director->subscriptions_used++;

/*
* tls_require implies tls_enable
Expand Down

0 comments on commit 3b59e1b

Please sign in to comment.