Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. --- old/src/readconf.c 2019-03-09 20:41:17.000000000 +0000
  2. +++ new/src/readconf.c 2019-03-13 07:44:59.855569375 +0000
  3. @@ -152,6 +152,7 @@
  4. { "extra_local_interfaces", opt_stringptr, &extra_local_interfaces },
  5. { "extract_addresses_remove_arguments", opt_bool, &extract_addresses_remove_arguments },
  6. { "finduser_retries", opt_int, &finduser_retries },
  7. + { "forbid_run", opt_bit | (RDON_RUN << 16), &expand_forbid },
  8. { "freeze_tell", opt_stringptr, &freeze_tell },
  9. { "gecos_name", opt_stringptr, &gecos_name },
  10. { "gecos_pattern", opt_stringptr, &gecos_pattern },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement