summaryrefslogtreecommitdiff
path: root/scheduler/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'scheduler/process.c')
-rw-r--r--scheduler/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler/process.c b/scheduler/process.c
index 1f45368ab..2587bde18 100644
--- a/scheduler/process.c
+++ b/scheduler/process.c
@@ -341,7 +341,7 @@ cupsdCreateProfile(int job_id, /* I - Job ID or 0 for none */
/* Only allow SNMP (UDP) and LPD (TCP) off the machine... */
cupsFilePuts(fp, ")\n");
cupsFilePuts(fp, "(allow network-outbound\n"
- " (remote udp \"*:161\")"
+ " (remote udp \"*:161\")\n"
" (remote tcp \"*:515\"))\n");
cupsFilePuts(fp, "(allow network-inbound\n"
" (local udp \"localhost:*\"))\n");