Skip to content

Commit 08bb98d

Browse files
author
Aurélien CHALOT
committed
Striped
1 parent d151912 commit 08bb98d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def print_host_info(self):
331331
[domain_realm]
332332
.{self.domain} = {self.domain.upper()}
333333
{self.domain} = {self.domain.upper()}
334-
""")
334+
""").strip()
335335
host_file.write(data)
336336
self.logger.debug(data)
337337
self.logger.success(f"krb5 conf saved to: {self.args.generate_krb5_file}")

0 commit comments

Comments
 (0)