Working on Phase 2.
 
-**remember to fix
-command.cpp, sin_to_hostname() is converted to to_sinful(), not to_hostname()
-file_transfer_db.cpp, same
-condor_auth_x509.cpp, same
-schedd.cpp, same
+*remember to fix
+command.cpp, sin_to_hostname() is converted to to_sinful(), not get_hostname()
+file_transfer_db.cpp, condor_auth_x509.cpp, and schedd.cpp, same --> command.cpp is not.
+--> done. need double-check. confusing to_sinful() and get_hostname() produces an error that is hard to debug. be sure to check by comparing with git history.
 
 {section: Socket connections that do not use class Sock}
 StdUnivSock calls do_connect() (condor_util_lib/do_connect.c) to establish connection with the scheduler. Entire code path uses IPv4 specific constant and functions. Should I just convert them or introduce another socket class?