Remove cast that's not needed.

This commit is contained in:
Alfred Perlstein 2002-03-22 19:57:09 +00:00
parent 0302f42b51
commit 0d28a40a57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92975

View File

@ -2086,7 +2086,7 @@ unmonitor_lock_host(const char *hostname)
bzero(&smon_id,sizeof(smon_id));
smon_id.mon_name = (char *)hostname;
smon_id.mon_name = hostname;
smon_id.my_id.my_name = "localhost";
smon_id.my_id.my_prog = NLM_PROG;
smon_id.my_id.my_vers = NLM_SM;