Skip to content
Snippets Groups Projects
Commit b0865f71 authored by rswindell's avatar rswindell
Browse files

Fixed 'hn' parameter.

parent 239dd9e6
No related branches found
No related tags found
No related merge requests found
......@@ -871,6 +871,8 @@ int main(int argc, char** argv)
gethostname(services_startup.host_name
,sizeof(services_startup.host_name)-1);
}
printf("Setting hostname: %s\n",bbs_startup.host_name);
break;
default:
printf(usage,argv[0]);
return(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment