capitals are important

This commit is contained in:
Stephen Birarda 2013-03-22 12:11:48 -07:00
parent 24d26a3a01
commit 6a39934cb1

View file

@ -240,7 +240,7 @@ int main(int argc, const char * argv[])
} }
pthread_join(reportAliveThread, NULL); pthread_join(reportAliveThread, NULL);
agentlist.stopSilentAgentRemovalThread(); agentList.stopSilentAgentRemovalThread();
return 0; return 0;
} }