s3: Remove a pointless else branch
[nivanova/samba-autobuild/.git] / source3 / libsmb / trusts_util.c
index 83054257c9a4feca975fb52b05464c12ce5b1500..be1f1f8971f5d5f42b1b31e053ea34ec66b417a9 100644 (file)
@@ -167,7 +167,7 @@ NTSTATUS change_trust_account_password( const char *domain, const char *remote_m
                                           NULL, 0,
                                           "IPC$", "IPC",
                                           "", "",
-                                          "", 0, Undefined))) {
+                                          "", 0, SMB_SIGNING_DEFAULT))) {
                DEBUG(0,("modify_trust_password: Connection to %s failed!\n", dc_name));
                nt_status = NT_STATUS_UNSUCCESSFUL;
                goto failed;