Changeset 00842c3
- Timestamp:
- Mar 6, 2011, 2:14:44 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- c518676
- Parents:
- c73a22d
- git-author:
- Karl Ramm <kcr@1ts.org> (02/11/11 23:59:49)
- git-committer:
- Karl Ramm <kcr@1ts.org> (03/06/11 14:14:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
rc73a22d r00842c3 429 429 { 430 430 #if HAVE_LIBZEPHYR 431 int ret;431 Code_t ret; 432 432 433 433 ZResetAuthentication(); 434 ret =ZCancelSubscriptions(0);435 if (ret != ZERR_NONE) {436 com_err("owl",ret,"while unsubscribing");437 }434 ret = ZCancelSubscriptions(0); 435 if (ret != ZERR_NONE) 436 owl_function_error("Zephyr: Cancelling subscriptions: %s", 437 error_message(ret)); 438 438 #endif 439 439 }
Note: See TracChangeset
for help on using the changeset viewer.