src/protocols/novell/novell.c

changeset 12978
67d54340a26c
parent 12970
c2f3b4dcf711
child 13020
dd492b3df8c0
equal deleted inserted replaced
12977:df1a0ac6266a 12978:67d54340a26c
2822 { 2822 {
2823 NMUserRecord *user_record = NULL; 2823 NMUserRecord *user_record = NULL;
2824 GaimConnection *gc; 2824 GaimConnection *gc;
2825 NMUser *user; 2825 NMUser *user;
2826 int status = 0; 2826 int status = 0;
2827 char *ret_text = NULL;
2828 const char *status_str = NULL; 2827 const char *status_str = NULL;
2829 const char *text = NULL; 2828 const char *text = NULL;
2830 2829
2831 if (buddy == NULL) 2830 if (buddy == NULL)
2832 return; 2831 return;

mercurial