diff options
-rw-r--r-- | source3/libads/cldap.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/libads/cldap.c b/source3/libads/cldap.c index 8f9a8ff213..35fb9316f8 100644 --- a/source3/libads/cldap.c +++ b/source3/libads/cldap.c @@ -9,12 +9,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -107,16 +107,16 @@ static int send_cldap_netlogon(TALLOC_CTX *mem_ctx, int sock, const char *domain } static SIG_ATOMIC_T gotalarm; - + /*************************************************************** Signal function to tell us we timed out. ****************************************************************/ - + static void gotalarm_sig(void) { gotalarm = 1; } - + /* receive a cldap netlogon reply */ |