]> diplodocus.org Git - nmh/blobdiff - sbr/netsec.c
Use C's `++', `+=', etc., not the longhand.
[nmh] / sbr / netsec.c
index e8f8901f086461824d95bd170995209cc0472b52..b85fa146a6e7bfc4abc46313119f70113c75b5b7 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * netsec.c -- Network security routines for handling protocols that
+/* netsec.c -- Network security routines for handling protocols that
  *            require SASL and/or TLS.
  *
  * This code is Copyright (c) 2016, by the authors of nmh.  See the
@@ -1011,7 +1009,6 @@ netsec_set_sasl_params(netsec_context *nsc, const char *service,
     nsc->sasl_creds = nmh_get_credentials(nsc->ns_hostname, nsc->ns_userid);
 
 #else /* CYRUS_SASL */
-    NMH_UNUSED(hostname);
     NMH_UNUSED(service);
     NMH_UNUSED(errstr);
 #endif /* CYRUS_SASL */