Skip to content

Commit

Permalink
Reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed May 27, 2012
1 parent 5ee2bf7 commit 033e560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/fakesmsc-iosocket.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The simplest fake SMSC
#
# Example:
# fakesmsc.pl Listen=1 LocalAddr=localhost:5000
# fakesmsc-iosocket.pl Listen=1 LocalAddr=localhost:5000

use strict;
use warnings;
Expand Down Expand Up @@ -64,10 +64,10 @@
# Not allowed by SMSC
Protocol::EMIUCP::Message->new(trn => $msg->trn, ot => $msg->ot, o_r => 'R', nack => 1, ec => EC_OPERATION_NOT_ALLOWED);
};
}
};
};
$wbuf .= sprintf "\x02%s\x03", $rpl->as_string if $rpl;
}
};
$eof = 1 unless $len;
};
};
Expand Down

0 comments on commit 033e560

Please sign in to comment.