diff options
Diffstat (limited to 'libsmutil/cf.c')
| -rw-r--r-- | libsmutil/cf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsmutil/cf.c b/libsmutil/cf.c index e447aca4f79d..f803b95ef607 100644 --- a/libsmutil/cf.c +++ b/libsmutil/cf.c @@ -39,7 +39,7 @@ getcfname(opmode, submitmode, cftype, conffile) { #if NETINFO char *cflocation; -#endif /* NETINFO */ +#endif if (conffile != NULL) return conffile; @@ -71,6 +71,6 @@ getcfname(opmode, submitmode, cftype, conffile) "sendmail.cf", '\0'); if (cflocation != NULL) return cflocation; -#endif /* NETINFO */ +#endif return _PATH_SENDMAILCF; } |
