[Home]

Summary:ASTERISK-04274: [patch] Typo in chan_sip.c
Reporter:silik0n (silik0n)Labels:
Date Opened:2005-05-25 15:48:22Date Closed:2008-01-15 15:36:05.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) typoe.chan_sip.txt
Description:just a typo

Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.741
diff -r1.741 chan_sip.c
7608c7608
<                       ast_cli(fd, "Could not create address fo '%s'\n", argv[i]);
---
>                       ast_cli(fd, "Could not create address for '%s'\n", argv[i]);



****** ADDITIONAL INFORMATION ******

Disclaimer on File

its a single character change... patch attached for posterity
Comments:By: twisted (twisted) 2005-05-25 15:53:29

please attach patches in diff -u format ;)

By: silik0n (silik0n) 2005-05-25 15:56:46

diff -u loaded :P

By: twisted (twisted) 2005-05-25 15:59:22

Fixed in CVS HEAD

By: Clod Patry (junky) 2005-05-30 21:26:34

Fixed in stable too.

By: Russell Bryant (russell) 2005-05-30 22:26:48

not an issue in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:36:05.000-0600

Repository: asterisk
Revision: 5768

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r5768 | twisted | 2008-01-15 15:36:05 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix typo in chan_sip.  (Bug ASTERISK-4274).

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5768