Oops, missed one last instance of osrf_app_session_connect().
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 7 Jan 2009 17:40:26 +0000 (17:40 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 7 Jan 2009 17:40:26 +0000 (17:40 +0000)
Replacing with osrfAppSessionConnect().

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1577 9efc2488-bf62-4759-914b-345cdb29e865

src/libopensrf/osrf_app_session.c

index 7681a87..2ede84d 100644 (file)
@@ -599,7 +599,7 @@ static int osrfAppSessionSendBatch( osrfAppSession* session, osrfMessage* msgs[]
                                        (msg->m_type != DISCONNECT) &&
                                        (session->state != OSRF_SESSION_CONNECTED) ) {
 
-                                       if(!osrf_app_session_connect( session )) 
+                                       if(!osrfAppSessionConnect( session )) 
                                                return 0;
                                }
                        }