- Timestamp:
- Jan 10, 2006, 9:18:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_prelude.c
r2 r15 756 756 prelude_string_t *str; 757 757 758 if ( sh_class == STAMP)758 if ( !client || sh_class == STAMP) 759 759 return 0; 760 760 … … 872 872 (void) msgflags; /* fix compiler warning */ 873 873 874 if ( initialized < 0)874 if ( initialized < 1 ) 875 875 return -1; 876 876 … … 920 920 return; 921 921 prelude_client_destroy(client, PRELUDE_CLIENT_EXIT_STATUS_SUCCESS); 922 client = NULL; 922 923 initialized = 0; 923 924 return;
Note:
See TracChangeset
for help on using the changeset viewer.