]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Sat Jul 12 10:09:36 EDT 2008 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Tue, 12 Aug 2008 17:03:00 +0000 (17:03 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 12 Aug 2008 17:03:00 +0000 (17:03 +0000)
  * soa_generate_answer(): fixed error in documentation

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9265 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/soa/soa.c

index c725086eeeb881d3644dbff6706f141668a42ef7..ac529862960fa5b4d1a677f4973c271e92d33058 100644 (file)
@@ -1 +1 @@
-Tue Aug 12 13:01:49 EDT 2008
+Tue Aug 12 13:02:56 EDT 2008
index 9ee373c75d71e863e9b0806fc6597a2279bd2543..f7d34d456392a7f6fad7676763083448ebb0628f 100644 (file)
@@ -1484,8 +1484,7 @@ int soa_base_generate_offer(soa_session_t *ss,
  * @param completed  pointer to callback function which is invoked when
  *                   operation is completed (currently not in use)
  *
- * @retval 1 when operation is successful
- * @retval 0 when operation was not needed
+ * @retval 0 when operation is successful
  * @retval -1 upon an error
  *
  * @ERRORS