summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2016-01-11 20:27:08 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2016-01-11 20:27:08 +0000
commit79d3cd17ccf629c385cad0cacb8ac1137d7519df (patch)
treedb3ab2cd6b2ab360acbceb5f4d999785435ade61 /backend
parent6d7669cc0a8120ba9b2586c864ad105628bba311 (diff)
Pending subscriptions would prevent the scheduler from idle exiting (STR #4754)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13039 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend')
-rw-r--r--backend/lpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/lpd.c b/backend/lpd.c
index d8ef9343b..41f14913e 100644
--- a/backend/lpd.c
+++ b/backend/lpd.c
@@ -594,7 +594,7 @@ cups_rresvport(int *port, /* IO - Port number to bind to */
*/
memset(&addr, 0, sizeof(addr));
- addr.addr.sa_family = family;
+ addr.addr.sa_family = (sa_family_t)family;
/*
* Try to bind the socket to a reserved port...