/[cwmp]/google/trunk/lib/CWMP/Session.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/trunk/lib/CWMP/Session.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 206 by dpavlin, Wed Nov 14 23:07:42 2007 UTC revision 208 by dpavlin, Sun Nov 18 12:58:40 2007 UTC
# Line 139  sub process_request { Line 139  sub process_request {
139                  }                  }
140    
141                  $self->state( $state );                  $self->state( $state );
142                  $self->store->update_state( ID => $state->{ID}, $state );                  $self->store->update_state( $state );
143    
144          } else {          } else {
145    
# Line 160  sub process_request { Line 160  sub process_request {
160    
161          $sock->send( "Set-Cookie: ID=" . $state->{ID} . "; path=/\r\n" ) if ( $state->{ID} );          $sock->send( "Set-Cookie: ID=" . $state->{ID} . "; path=/\r\n" ) if ( $state->{ID} );
162    
163          my $uid = $self->store->ID_to_uid( $state->{ID}, $state );          my $uid = $self->store->state_to_uid( $state );
164    
165          my $queue = CWMP::Queue->new({          my $queue = CWMP::Queue->new({
166                  id => $uid,                  id => $uid,

Legend:
Removed from v.206  
changed lines
  Added in v.208

  ViewVC Help
Powered by ViewVC 1.1.26