no need to typecast argument to writenet
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15842 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1144,7 +1144,7 @@ startslave(const char *host, const char *utmp_host,
|
||||
#ifdef ENCRYPTION
|
||||
if (!no_warn && (encrypt_output == 0 || decrypt_input == 0))
|
||||
#endif
|
||||
writenet((unsigned char*)tbuf, strlen(tbuf));
|
||||
writenet(tbuf, strlen(tbuf));
|
||||
}
|
||||
# ifdef PARENT_DOES_UTMP
|
||||
utmp_sig_init();
|
||||
|
Reference in New Issue
Block a user