possible fix for problems observed on UB Xenial

This commit is contained in:
Joseph Henry
2016-08-02 09:55:10 -07:00
parent 8afb0b950e
commit e29bb41544
2 changed files with 1 additions and 5 deletions

View File

@@ -125,7 +125,6 @@ int load_symbols_rpc()
int rpc_join(char * sockname)
{
LOGV("RPC = %s\n", sockname);
if(sockname == NULL) {
printf("Warning, rpc netpath is NULL\n");
}